#8881EB

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

Shades of Light Slate Blue #8881EB

Tints of Light Slate Blue #8881EB

Color information

#8881EB (or 0x8881EB) is unknown color: approx Light Slate Blue. HEX triplet: 88, 81 and EB. RGB value is (136,129,235). Sum of RGB (Red+Green+Blue) = 136+129+235=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #8881EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8881EB is #777E14. Grayscale: #8E8E8E. Windows color (decimal): -7831061 or 15434120. OLE color: 15434120.

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

Color convert

RGB136129235-
CMYK0.420.4500.08
HSL243.96º72.6%71.37%-
HSV(B)243.96º45.11%92.16%-
XYZ3326.9382.06-
YUV143.18179.82122.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 235 (92.19% from 255) = 47%
R=27.2%
G=25.8%
B=47%

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
Decimal1361292350.420.4500.08243.9672.671.37
Hex8881EB2A2D08f44947
Octal2102013535255010364111107
Binary100010001000000111101011101010101101010001111010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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