COLOR #8080F7

HEX: #8080F7
RGB: (128,128,247)

Color info

#8080F7 contains mainly blue color. Web safe color of #8080F7 is #6666FF (or #66F).

RGB color model

#8080F7 color RGB value is (128,128,247).

  • red value is 128;
  • green value is 128;
  • blue value is 247.
RGB:
(128,128,247)
(50%,50%,97%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 247 of 255 = 97%

128
128
247

R + G + B ~ 66%. #8080F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 247 = 503 (100%)
R 128 of 503 ~ 25.45%
G 128 of 503 ~ 25.45%
B 247 of 503 ~ 49.11%

%25.45
%25.45
%49.11

CMYK color model

#8080F7 color CMYK value is (48,48,0,3).

  • cyan value is 48.18%
  • magenta value is 48.18%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(48,48,0,3)
C48M48Y0K3 
(48%,48%,0%,3%)
(0.48/0.48/0.00/0.03)	

CMYK percentages

%48.18
%48.18
%0
%3.14

Codes

Color #8080F7 in popluar color models

8080F7
RGB128128247
HSL240°88.15%73.53%
HSB/HSV240°48.18%96.86%
CMYK48.18%48.18%0.00%
3.14%

Color #8080F7 in popluar number systems.

HEX8080F7
Decimal128128247
Binary100000001000000011110111
Octal200200367

Shades and tints

Shades of #8080F7

#8080F7
(128,128,247)
#7575E1
(117,117,225)
#6A6ACB
(106,106,203)
#5F5FB5
(95,95,181)
#54549F
(84,84,159)
#494989
(73,73,137)
#3E3E73
(62,62,115)
#33335D
(51,51,93)
#282847
(40,40,71)
#1D1D31
(29,29,49)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #8080F7

#8080F7
(128,128,247)
#8B8BF7
(139,139,247)
#9696F7
(150,150,247)
#A1A1F7
(161,161,247)
#ACACF7
(172,172,247)
#B7B7F7
(183,183,247)
#C2C2F7
(194,194,247)
#CDCDF7
(205,205,247)
#D8D8F7
(216,216,247)
#E3E3F7
(227,227,247)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8080F7 color. Also use rgb(128,128,247) instead hex code.

Text Font Color

.myTextColor { color: #8080F7; }

<p style="color:#8080F7">This sample text font color is #8080F7.</p>

This text font color is #8080F7.


Background Color

.myBgColor { background-color: #8080F7; }

<div style="background-color:#8080F7">Inner text</div>

This div background color is #8080F7.


Border color

.myBorderColor { border: 1px solid #8080F7; }

<div style="border:3px solid #8080F7">Div</div>

This div border color is #8080F7.


Opacity

.myOpacity80 { color: #8080F7; opacity: 0.8; }

<p style="color:#8080F7;opacity:0.8;">80%</p>

Text with #8080F7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8080F7;}

<p style="text-shadow: 3px 3px 1px #8080F7">Text here.</p>

This text has shadow with #8080F7 color.

.textShadow {text-shadow: 3px 3px 1px #8080F7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8080F7, 5px 5px 20px red">Text here.</p>

This text has shadow with #8080F7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8080F7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8080F7, Direction=45, Strength=4)">Text</p>

This text has shadow with #8080F7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8080F7;
  -webkit-box-shadow:	1px 1px 3px 2px #8080F7;
  box-shadow:		1px 1px 3px 2px #8080F7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8080F7;
-webkit-box-shadow: 1px 1px 3px 2px #8080F7;
box-shadow:1px 1px 3px 2px #8080F7;">
Div content here</div>
This div box has shadow with color #8080F7.

Preview

Color preview on black background

This text has color #8080F7 on black background.


Color preview on white background

This text has color #8080F7 on white background.



Black color preview on #8080F7 background

This text has black color on #8080F7 background.


White color preview on #8080F7 background

This text has white color on #8080F7 background.