#8882EE

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

Shades of Light Slate Blue #8882EE

Tints of Light Slate Blue #8882EE

Color information

#8882EE (or 0x8882EE) is unknown color: approx Light Slate Blue. HEX triplet: 88, 82 and EE. RGB value is (136,130,238). Sum of RGB (Red+Green+Blue) = 136+130+238=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #8882EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8882EE is #777D11. Grayscale: #8F8F8F. Windows color (decimal): -7830802 or 15630984. OLE color: 15630984.

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

Color convert

RGB136130238-
CMYK0.430.4500.07
HSL243.33º76.06%72.16%-
HSV(B)243.33º45.38%93.33%-
XYZ33.5727.3784.4-
YUV144.11180.99122.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=26.98%
G=25.79%
B=47.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361302380.430.4500.07243.3376.0672.16
Hex8882EE2B2D07f34c48
Octal210202356535507363114110
Binary10001000100000101110111010101110110101111111001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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