#8E6DF5

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

Shades of Light Slate Blue #8E6DF5

Tints of Light Slate Blue #8E6DF5

Color information

#8E6DF5 (or 0x8E6DF5) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6D and F5. RGB value is (142,109,245). Sum of RGB (Red+Green+Blue) = 142+109+245=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #8E6DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6DF5 is #71920A. Grayscale: #858585. Windows color (decimal): -7442955 or 16084366. OLE color: 16084366.

HSL color Cylindrical-coordinate representation of color #8E6DF5: hue angle of 254.56º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E6DF5 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142109245-
CMYK0.420.5600.04
HSL254.56º87.18%69.41%-
HSV(B)254.56º55.51%96.08%-
XYZ33.1123.2889.13-
YUV134.37190.43133.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=28.63%
G=21.98%
B=49.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421092450.420.5600.04254.5687.1869.41
Hex8E6DF52A3804ff5745
Octal216155365527004377127105
Binary1000111011011011111010110101011100001001111111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,109,245); }

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

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

 a { background-color: rgb(142,109,245); }

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

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

 span { border-color: rgb(142,109,245); }

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