#9492A9

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

Shades of Santas Grey #9492A9

Tints of Santas Grey #9492A9

Color information

#9492A9 (or 0x9492A9) is unknown color: approx Santas Grey. HEX triplet: 94, 92 and A9. RGB value is (148,146,169). Sum of RGB (Red+Green+Blue) = 148+146+169=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 169 - color contains mainly: blue. Hex color #9492A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492A9 is #6B6D56. Grayscale: #959595. Windows color (decimal): -7040343 or 11113108. OLE color: 11113108.

HSL color Cylindrical-coordinate representation of color #9492A9: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9492A9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB148146169-
CMYK0.120.1400.34
HSL245.22º11.79%61.76%-
HSV(B)245.22º13.61%66.27%-
XYZ29.6529.7241.71-
YUV149.22139.16127.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=31.97%
G=31.53%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481461690.120.1400.34245.2211.7961.76
Hex9492A9CE022f5c3e
Octal22422225114160423651476
Binary100101001001001010101001110011100100010111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9492A9; }

 p { color: rgb(148,146,169); }

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

<style>
 a { background-color: #9492A9; }

 a { background-color: rgb(148,146,169); }

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

<style>
 span { border-color: #9492A9; }

 span { border-color: rgb(148,146,169); }

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