#8E8AF2

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

Shades of Light Slate Blue #8E8AF2

Tints of Light Slate Blue #8E8AF2

Color information

#8E8AF2 (or 0x8E8AF2) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8A and F2. RGB value is (142,138,242). Sum of RGB (Red+Green+Blue) = 142+138+242=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #8E8AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AF2 is #71750D. Grayscale: #969696. Windows color (decimal): -7435534 or 15895182. OLE color: 15895182.

HSL color Cylindrical-coordinate representation of color #8E8AF2: hue angle of 242.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E8AF2 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142138242-
CMYK0.410.4300.05
HSL242.31º80%74.51%-
HSV(B)242.31º42.98%94.9%-
XYZ36.2730.3487.95-
YUV151.05179.33121.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=27.20%
G=26.44%
B=46.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421382420.410.4300.05242.318074.51
Hex8E8AF2292B05f2504b
Octal216212362515305362120113
Binary10001110100010101111001010100110101101011111001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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