#8E70FF

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

Shades of Light Slate Blue #8E70FF

Tints of Light Slate Blue #8E70FF

Color information

#8E70FF (or 0x8E70FF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 70 and FF. RGB value is (142,112,255). Sum of RGB (Red+Green+Blue) = 142+112+255=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E70FF is #718F00. Grayscale: #888888. Windows color (decimal): -7442177 or 16740494. OLE color: 16740494.

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

Color convert

RGB142112255-
CMYK0.440.5600
HSL252.59º100%71.96%-
HSV(B)252.59º56.08%100%-
XYZ3524.5697.5-
YUV137.27194.44131.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 255 (100% from 255) = 50.10%
R=27.90%
G=22.00%
B=50.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421122550.440.5600252.5910071.96
Hex8E70FF2C3800fd6448
Octal216160377547000375144110
Binary10001110111000011111111101100111000001111110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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