#8E85ED

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

Shades of Light Slate Blue #8E85ED

Tints of Light Slate Blue #8E85ED

Color information

#8E85ED (or 0x8E85ED) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 85 and ED. RGB value is (142,133,237). Sum of RGB (Red+Green+Blue) = 142+133+237=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E85ED is #717A12. Grayscale: #939393. Windows color (decimal): -7436819 or 15566222. OLE color: 15566222.

HSL color Cylindrical-coordinate representation of color #8E85ED: hue angle of 245.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E85ED is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142133237-
CMYK0.400.4400.07
HSL245.19º74.29%72.55%-
HSV(B)245.19º43.88%92.94%-
XYZ34.8328.6483.81-
YUV147.55178.48124.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=27.73%
G=25.98%
B=46.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421332370.400.4400.07245.1974.2972.55
Hex8E85ED282C07f54a49
Octal216205355505407365112111
Binary10001110100001011110110110100010110001111111010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E85ED; }

 p { color: rgb(142,133,237); }

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

<style>
 a { background-color: #8E85ED; }

 a { background-color: rgb(142,133,237); }

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

<style>
 span { border-color: #8E85ED; }

 span { border-color: rgb(142,133,237); }

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