#8882EA

Color #8882EA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8882EA

Tints of Light Slate Blue #8882EA

Color information

#8882EA (or 0x8882EA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 82 and EA. RGB value is (136,130,234). Sum of RGB (Red+Green+Blue) = 136+130+234=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #8882EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8882EA is #777D15. Grayscale: #8F8F8F. Windows color (decimal): -7830806 or 15368840. OLE color: 15368840.

HSL color Cylindrical-coordinate representation of color #8882EA: hue angle of 243.46º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8882EA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136130234-
CMYK0.420.4400.08
HSL243.46º71.23%71.37%-
HSV(B)243.46º44.44%91.76%-
XYZ32.9927.1481.34-
YUV143.65178.99122.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=27.2%
G=26%
B=46.8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361302340.420.4400.08243.4671.2371.37
Hex8882EA2A2C08f34747
Octal2102023525254010363107107
Binary100010001000001011101010101010101100010001111001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8882EA; }

 p { color: rgb(136,130,234); }

 H1.HeaderClassName
 {
   color: #8882EA;
 }
 .AnyTagClassName
 {
   color: #8882EA;
 }
</style>
background-color css

<style>
 a { background-color: #8882EA; }

 a { background-color: rgb(136,130,234); }

 div.DivClassName
 {
   background-color: #8882EA;
 }
 .BgClassName
 {
   background-color: #8882EA;
 }
</style>
border-color css

<style>
 span { border-color: #8882EA; }

 span { border-color: rgb(136,130,234); }

 td.TdClassName
 {
   border-color: #8882EA;
 }
 .TagClassName
 {
   border-color: #8882EA;
 }
</style>