#9E9FA9

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

Shades of Santas Grey #9E9FA9

Tints of Santas Grey #9E9FA9

Color information

#9E9FA9 (or 0x9E9FA9) is unknown color: approx Santas Grey. HEX triplet: 9E, 9F and A9. RGB value is (158,159,169). Sum of RGB (Red+Green+Blue) = 158+159+169=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E9FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9FA9 is #616056. Grayscale: #9F9F9F. Windows color (decimal): -6381655 or 11116446. OLE color: 11116446.

HSL color Cylindrical-coordinate representation of color #9E9FA9: hue angle of 234.55º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E9FA9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB158159169-
CMYK0.070.0600.34
HSL234.55º6.01%64.12%-
HSV(B)234.55º6.51%66.27%-
XYZ33.6634.9342.5-
YUV159.84133.17126.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=32.51%
G=32.72%
B=34.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581591690.070.0600.34234.556.0164.12
Hex9E9FA976022eb640
Octal236237251760423536100
Binary1001111010011111101010011111100100010111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9FA9; }

 p { color: rgb(158,159,169); }

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

<style>
 a { background-color: #9E9FA9; }

 a { background-color: rgb(158,159,169); }

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

<style>
 span { border-color: #9E9FA9; }

 span { border-color: rgb(158,159,169); }

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