#8E8AF6

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

Shades of Light Slate Blue #8E8AF6

Tints of Light Slate Blue #8E8AF6

Color information

#8E8AF6 (or 0x8E8AF6) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8A and F6. RGB value is (142,138,246). Sum of RGB (Red+Green+Blue) = 142+138+246=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #8E8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AF6 is #717509. Grayscale: #979797. Windows color (decimal): -7435530 or 16157326. OLE color: 16157326.

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

Color convert

RGB142138246-
CMYK0.420.4400.04
HSL242.22º85.71%75.29%-
HSV(B)242.22º43.9%96.47%-
XYZ36.8830.5891.15-
YUV151.51181.33121.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 246 (96.48% from 255) = 46.77%
R=27.00%
G=26.24%
B=46.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421382460.420.4400.04242.2285.7175.29
Hex8E8AF62A2C04f2564b
Octal216212366525404362126113
Binary10001110100010101111011010101010110001001111001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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