#8E65FF

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

Shades of Light Slate Blue #8E65FF

Tints of Light Slate Blue #8E65FF

Color information

#8E65FF (or 0x8E65FF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 65 and FF. RGB value is (142,101,255). Sum of RGB (Red+Green+Blue) = 142+101+255=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E65FF is #719A00. Grayscale: #828282. Windows color (decimal): -7444993 or 16737678. OLE color: 16737678.

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

Color convert

RGB142101255-
CMYK0.440.6000
HSL255.97º100%69.8%-
HSV(B)255.97º60.39%100%-
XYZ33.8622.2897.12-
YUV130.82198.08135.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 255 (100% from 255) = 51.20%
R=28.51%
G=20.28%
B=51.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421012550.440.6000255.9710069.8
Hex8E65FF2C3C001006446
Octal216145377547400400144106
Binary100011101100101111111111011001111000010000000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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