Html Css Color HEX #8E6EFC Light Slate Blue

📋 copy color: '#8E6EFC'

red 142 ◦ green 110 ◦ blue 252

#8E6EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8E6EFC

Tints of Light Slate Blue #8E6EFC

RGB

 RED value IS 142 (55.86% from 255) = 28.17%

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 28.17%
G = 21.83%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E6EFC (or 0x8E6EFC) is known color: Light Slate Blue. HEX triplet: 8E, 6E and FC. RGB value is (142,110,252). Sum of RGB (Red+Green+Blue) = 142+110+252=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E6EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6EFC is #719103. Grayscale: #878787. Windows color (decimal): -7442692 or 16543374. OLE color: 16543374.

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

Color convert

RGB 142 110 252 -
CMYK 0.44 0.56 0 0.01
HSL 253.52º 0.96% 0.71% -
HSV(B) 253.52º 0.56% 0.99% -
XYZ 34.3 23.93 94.91 -
YUV 135.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 142 110 252 0.44 0.56 0 0.01 253.52 0.96 0.71
Hex 8E 6E FC 2C 38 0 1 FE 60 47
Octal 216 156 374 54 70 0 1 376 140 107
Binary 10001110 1101110 11111100 101100 111000 0 1 11111110 1100000 1000111

Color Harmonies of #8E6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6EFC

Black with #8E6EFC

Text Example


Text Example

White with #8E6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6EFC;
 }
 .AnyTagClassName
 {
   color: #8E6EFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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