#8E86EA

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

Shades of Light Slate Blue #8E86EA

Tints of Light Slate Blue #8E86EA

Color information

#8E86EA (or 0x8E86EA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 86 and EA. RGB value is (142,134,234). Sum of RGB (Red+Green+Blue) = 142+134+234=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E86EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E86EA is #717915. Grayscale: #939393. Windows color (decimal): -7436566 or 15369870. OLE color: 15369870.

HSL color Cylindrical-coordinate representation of color #8E86EA: hue angle of 244.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E86EA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142134234-
CMYK0.390.4300.08
HSL244.8º70.42%72.16%-
HSV(B)244.8º42.74%91.76%-
XYZ34.5328.7481.57-
YUV147.79176.65123.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=27.84%
G=26.27%
B=45.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421342340.390.4300.08244.870.4272.16
Hex8E86EA272B08f54648
Octal2162063524753010365106110
Binary100011101000011011101010100111101011010001111010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,234); }

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

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

 a { background-color: rgb(142,134,234); }

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

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

 span { border-color: rgb(142,134,234); }

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