#8E6CF6

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

Shades of Light Slate Blue #8E6CF6

Tints of Light Slate Blue #8E6CF6

Color information

#8E6CF6 (or 0x8E6CF6) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6C and F6. RGB value is (142,108,246). Sum of RGB (Red+Green+Blue) = 142+108+246=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #8E6CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6CF6 is #719309. Grayscale: #858585. Windows color (decimal): -7443210 or 16149646. OLE color: 16149646.

HSL color Cylindrical-coordinate representation of color #8E6CF6: hue angle of 254.78º degrees, saturation: 0.88, 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 #8E6CF6 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142108246-
CMYK0.420.5600.04
HSL254.78º88.46%69.41%-
HSV(B)254.78º56.1%96.47%-
XYZ33.1523.1389.91-
YUV133.9191.26133.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 246 (96.48% from 255) = 49.60%
R=28.63%
G=21.77%
B=49.60%

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
Decimal1421082460.420.5600.04254.7888.4669.41
Hex8E6CF62A3804ff5845
Octal216154366527004377130105
Binary1000111011011001111011010101011100001001111111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,246); }

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

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

 a { background-color: rgb(142,108,246); }

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

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

 span { border-color: rgb(142,108,246); }

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