Html Css Color HEX #8E70EF Light Slate Blue

📋 copy color: '#8E70EF'

red 142 ◦ green 112 ◦ blue 239

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

Shades of Light Slate Blue #8E70EF

Tints of Light Slate Blue #8E70EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.72%

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 28.8%
G = 22.72%
B = 48.48%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8E70EF (or 0x8E70EF) is known color: Light Slate Blue. HEX triplet: 8E, 70 and EF. RGB value is (142,112,239). Sum of RGB (Red+Green+Blue) = 142+112+239=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E70EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E70EF is #718F10. Grayscale: #868686. Windows color (decimal): -7442193 or 15691918. OLE color: 15691918.

HSL color Cylindrical-coordinate representation of color #8E70EF: hue angle of 254.17º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E70EF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 112 239 -
CMYK 0.41 0.53 0 0.06
HSL 254.17º 0.8% 0.69% -
HSV(B) 254.17º 0.53% 0.94% -
XYZ 32.53 23.57 84.5 -
YUV 135.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 142 112 239 0.41 0.53 0 0.06 254.17 0.8 0.69
Hex 8E 70 EF 29 35 0 6 FE 50 45
Octal 216 160 357 51 65 0 6 376 120 105
Binary 10001110 1110000 11101111 101001 110101 0 110 11111110 1010000 1000101

Color Harmonies of #8E70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E70EF

Black with #8E70EF

Text Example


Text Example

White with #8E70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,239); }

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

background-color css

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

 a { background-color: rgb(142,112,239); }

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

border-color css

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

 span { border-color: rgb(142,112,239); }

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