COLOR #8080FF

HEX: #8080FF
RGB: (128,128,255)

Color info

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

RGB color model

#8080FF color RGB value is (128,128,255).

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

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 255 of 255 = 100%

128
128
255

R + G + B ~ 67%. #8080FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 255 = 511 (100%)
R 128 of 511 ~ 25.05%
G 128 of 511 ~ 25.05%
B 255 of 511 ~ 49.9%

%25.05
%25.05
%49.9

CMYK color model

#8080FF color CMYK value is (50,50,0,0).

  • cyan value is 49.80%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(50,50,0,0)
C50M50Y0K0 
(50%,50%,0%,0%)
(0.50/0.50/0.00/0.00)	

CMYK percentages

%49.8
%49.8
%0
%0

Codes

Color #8080FF in popluar color models

8080FF
RGB128128255
HSL240°100.00%75.10%
HSB/HSV240°49.80%100.00%
CMYK49.80%49.80%0.00%
0.00%

Color #8080FF in popluar number systems.

HEX8080FF
Decimal128128255
Binary100000001000000011111111
Octal200200377

Shades and tints

Shades of #8080FF

#8080FF
(128,128,255)
#7575E8
(117,117,232)
#6A6AD1
(106,106,209)
#5F5FBA
(95,95,186)
#5454A3
(84,84,163)
#49498C
(73,73,140)
#3E3E75
(62,62,117)
#33335E
(51,51,94)
#282847
(40,40,71)
#1D1D30
(29,29,48)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #8080FF

#8080FF
(128,128,255)
#8B8BFF
(139,139,255)
#9696FF
(150,150,255)
#A1A1FF
(161,161,255)
#ACACFF
(172,172,255)
#B7B7FF
(183,183,255)
#C2C2FF
(194,194,255)
#CDCDFF
(205,205,255)
#D8D8FF
(216,216,255)
#E3E3FF
(227,227,255)
#EEEEFF
(238,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8080FF; }

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

This text font color is #8080FF.


Background Color

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

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

This div background color is #8080FF.


Border color

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

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

This div border color is #8080FF.


Opacity

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

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

Text with #8080FF 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 #8080FF;}

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

This text has shadow with #8080FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8080FF on black background.


Color preview on white background

This text has color #8080FF on white background.



Black color preview on #8080FF background

This text has black color on #8080FF background.


White color preview on #8080FF background

This text has white color on #8080FF background.