#8E64FF

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

Shades of Light Slate Blue #8E64FF

Tints of Light Slate Blue #8E64FF

Color information

#8E64FF (or 0x8E64FF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 64 and FF. RGB value is (142,100,255). Sum of RGB (Red+Green+Blue) = 142+100+255=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E64FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E64FF is #719B00. Grayscale: #818181. Windows color (decimal): -7445249 or 16737422. OLE color: 16737422.

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

Color convert

RGB142100255-
CMYK0.440.6100
HSL256.26º100%69.61%-
HSV(B)256.26º60.78%100%-
XYZ33.7622.0997.09-
YUV130.23198.41136.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 255 (100% from 255) = 51.31%
R=28.57%
G=20.12%
B=51.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421002550.440.6100256.2610069.61
Hex8E64FF2C3D001006446
Octal216144377547500400144106
Binary100011101100100111111111011001111010010000000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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