#8781EA

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

Shades of Light Slate Blue #8781EA

Tints of Light Slate Blue #8781EA

Color information

#8781EA (or 0x8781EA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 81 and EA. RGB value is (135,129,234). Sum of RGB (Red+Green+Blue) = 135+129+234=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #8781EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8781EA is #787E15. Grayscale: #8E8E8E. Windows color (decimal): -7896598 or 15368583. OLE color: 15368583.

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

Color convert

RGB135129234-
CMYK0.420.4500.08
HSL243.43º71.43%71.18%-
HSV(B)243.43º44.87%91.76%-
XYZ32.6926.7981.29-
YUV142.76179.49122.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=27.11%
G=25.90%
B=46.99%

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
Decimal1351292340.420.4500.08243.4371.4371.18
Hex8781EA2A2D08f34747
Octal2072013525255010363107107
Binary100001111000000111101010101010101101010001111001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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