#8885EE

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

Shades of Light Slate Blue #8885EE

Tints of Light Slate Blue #8885EE

Color information

#8885EE (or 0x8885EE) is unknown color: approx Light Slate Blue. HEX triplet: 88, 85 and EE. RGB value is (136,133,238). Sum of RGB (Red+Green+Blue) = 136+133+238=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8885EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8885EE is #777A11. Grayscale: #919191. Windows color (decimal): -7830034 or 15631752. OLE color: 15631752.

HSL color Cylindrical-coordinate representation of color #8885EE: hue angle of 241.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8885EE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136133238-
CMYK0.430.4400.07
HSL241.71º75.54%72.75%-
HSV(B)241.71º44.12%93.33%-
XYZ33.9728.1884.54-
YUV145.87179.99120.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=26.82%
G=26.23%
B=46.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361332380.430.4400.07241.7175.5472.75
Hex8885EE2B2C07f24c49
Octal210205356535407362114111
Binary10001000100001011110111010101110110001111111001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8885EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8885EE; }

 p { color: rgb(136,133,238); }

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

<style>
 a { background-color: #8885EE; }

 a { background-color: rgb(136,133,238); }

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

<style>
 span { border-color: #8885EE; }

 span { border-color: rgb(136,133,238); }

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