#8E8EAC

Color #8E8EAC Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #8E8EAC

Tints of Santas Grey #8E8EAC

Color information

#8E8EAC (or 0x8E8EAC) is unknown color: approx Santas Grey. HEX triplet: 8E, 8E and AC. RGB value is (142,142,172). Sum of RGB (Red+Green+Blue) = 142+142+172=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8EAC is #717153. Grayscale: #919191. Windows color (decimal): -7434580 or 11308686. OLE color: 11308686.

HSL color Cylindrical-coordinate representation of color #8E8EAC: hue angle of 240º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E8EAC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142142172-
CMYK0.170.1700.33
HSL240º15.31%61.57%-
HSV(B)240º17.44%67.45%-
XYZ28.2728.0842.96-
YUV145.42143125.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=31.14%
G=31.14%
B=37.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421421720.170.1700.3324015.3161.57
Hex8E8EAC1111021f0f3e
Octal21621625421210413601776
Binary10001110100011101010110010001100010100001111100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,142,172); }

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

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

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

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

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

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

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