#8881EA

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

Shades of Light Slate Blue #8881EA

Tints of Light Slate Blue #8881EA

Color information

#8881EA (or 0x8881EA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 81 and EA. RGB value is (136,129,234). Sum of RGB (Red+Green+Blue) = 136+129+234=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #8881EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8881EA is #777E15. Grayscale: #8E8E8E. Windows color (decimal): -7831062 or 15368584. OLE color: 15368584.

HSL color Cylindrical-coordinate representation of color #8881EA: hue angle of 244º degrees, saturation: 0.71, 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 #8881EA is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136129234-
CMYK0.420.4500.08
HSL244º71.43%71.18%-
HSV(B)244º44.87%91.76%-
XYZ32.8526.8881.3-
YUV143.06179.32122.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=27.25%
G=25.85%
B=46.89%

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
Decimal1361292340.420.4500.0824471.4371.18
Hex8881EA2A2D08f44747
Octal2102013525255010364107107
Binary100010001000000111101010101010101101010001111010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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