Html Css Color HEX #8E7FEC Light Slate Blue

📋 copy color: '#8E7FEC'

red 142 ◦ green 127 ◦ blue 236

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

Shades of Light Slate Blue #8E7FEC

Tints of Light Slate Blue #8E7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 28.12%
G = 25.15%
B = 46.73%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E7FEC (or 0x8E7FEC) is known color: Light Slate Blue. HEX triplet: 8E, 7F and EC. RGB value is (142,127,236). Sum of RGB (Red+Green+Blue) = 142+127+236=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7FEC is #718013. Grayscale: #8F8F8F. Windows color (decimal): -7438356 or 15499150. OLE color: 15499150.

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

Color convert

RGB 142 127 236 -
CMYK 0.40 0.46 0 0.07
HSL 248.26º 0.74% 0.71% -
HSV(B) 248.26º 0.46% 0.93% -
XYZ 33.89 26.99 82.78 -
YUV 143.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 142 127 236 0.40 0.46 0 0.07 248.26 0.74 0.71
Hex 8E 7F EC 28 2E 0 7 F8 4A 47
Octal 216 177 354 50 56 0 7 370 112 107
Binary 10001110 1111111 11101100 101000 101110 0 111 11111000 1001010 1000111

Color Harmonies of #8E7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7FEC

Black with #8E7FEC

Text Example


Text Example

White with #8E7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,127,236); }

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

background-color css

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

 a { background-color: rgb(142,127,236); }

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

border-color css

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

 span { border-color: rgb(142,127,236); }

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