#8E86FC

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

Shades of Light Slate Blue #8E86FC

Tints of Light Slate Blue #8E86FC

Color information

#8E86FC (or 0x8E86FC) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 86 and FC. RGB value is (142,134,252). Sum of RGB (Red+Green+Blue) = 142+134+252=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E86FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E86FC is #717903. Grayscale: #959595. Windows color (decimal): -7436548 or 16549518. OLE color: 16549518.

HSL color Cylindrical-coordinate representation of color #8E86FC: hue angle of 244.07º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E86FC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142134252-
CMYK0.440.4700.01
HSL244.07º95.16%75.69%-
HSV(B)244.07º46.83%98.82%-
XYZ37.2529.8395.89-
YUV149.84185.65122.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=26.89%
G=25.38%
B=47.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421342520.440.4700.01244.0795.1675.69
Hex8E86FC2C2F01f45f4c
Octal216206374545701364137114
Binary100011101000011011111100101100101111011111010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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