#8E70EF

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

Shades of Light Slate Blue #8E70EF

Tints of Light Slate Blue #8E70EF

Color information

#8E70EF (or 0x8E70EF) is unknown color: approx 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

RGB142112239-
CMYK0.410.5300.06
HSL254.17º79.87%68.82%-
HSV(B)254.17º53.14%93.73%-
XYZ32.5323.5784.5-
YUV135.45186.44132.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=28.80%
G=22.72%
B=48.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421122390.410.5300.06254.1779.8768.82
Hex8E70EF293506fe5045
Octal216160357516506376120105
Binary1000111011100001110111110100111010101101111111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>