#9492AA

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

Shades of Santas Grey #9492AA

Tints of Santas Grey #9492AA

Color information

#9492AA (or 0x9492AA) is unknown color: approx Santas Grey. HEX triplet: 94, 92 and AA. RGB value is (148,146,170). Sum of RGB (Red+Green+Blue) = 148+146+170=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9492AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492AA is #6B6D55. Grayscale: #959595. Windows color (decimal): -7040342 or 11178644. OLE color: 11178644.

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

Color convert

RGB148146170-
CMYK0.130.1400.33
HSL245º12.37%61.96%-
HSV(B)245º14.12%66.67%-
XYZ29.7529.7642.21-
YUV149.33139.66127.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=31.90%
G=31.47%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481461700.130.1400.3324512.3761.96
Hex9492AADE021f5c3e
Octal22422225215160413651476
Binary100101001001001010101010110111100100001111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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