#8882EB

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

Shades of Light Slate Blue #8882EB

Tints of Light Slate Blue #8882EB

Color information

#8882EB (or 0x8882EB) is unknown color: approx Light Slate Blue. HEX triplet: 88, 82 and EB. RGB value is (136,130,235). Sum of RGB (Red+Green+Blue) = 136+130+235=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #8882EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8882EB is #777D14. Grayscale: #8F8F8F. Windows color (decimal): -7830805 or 15434376. OLE color: 15434376.

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

Color convert

RGB136130235-
CMYK0.420.4500.08
HSL243.43º72.41%71.57%-
HSV(B)243.43º44.68%92.16%-
XYZ33.1327.282.1-
YUV143.76179.49122.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.15%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=27.15%
G=25.95%
B=46.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361302350.420.4500.08243.4372.4171.57
Hex8882EB2A2D08f34848
Octal2102023535255010363110110
Binary100010001000001011101011101010101101010001111001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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