#8E8EAD

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

Shades of Santas Grey #8E8EAD

Tints of Santas Grey #8E8EAD

Color information

#8E8EAD (or 0x8E8EAD) is unknown color: approx Santas Grey. HEX triplet: 8E, 8E and AD. RGB value is (142,142,173). Sum of RGB (Red+Green+Blue) = 142+142+173=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8EAD is #717152. Grayscale: #919191. Windows color (decimal): -7434579 or 11374222. OLE color: 11374222.

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

Color convert

RGB142142173-
CMYK0.180.1800.32
HSL240º15.9%61.76%-
HSV(B)240º17.92%67.84%-
XYZ28.3728.1143.47-
YUV145.53143.5125.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=31.07%
G=31.07%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421421730.180.1800.3224015.961.76
Hex8E8EAD1212020f0103e
Octal21621625522220403602076
Binary100011101000111010101101100101001001000001111000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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