#9492AE

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

Shades of Santas Grey #9492AE

Tints of Santas Grey #9492AE

Color information

#9492AE (or 0x9492AE) is unknown color: approx Santas Grey. HEX triplet: 94, 92 and AE. RGB value is (148,146,174). Sum of RGB (Red+Green+Blue) = 148+146+174=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #9492AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492AE is #6B6D51. Grayscale: #959595. Windows color (decimal): -7040338 or 11440788. OLE color: 11440788.

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

Color convert

RGB148146174-
CMYK0.150.1600.32
HSL244.29º14.74%62.75%-
HSV(B)244.29º16.09%68.24%-
XYZ30.1329.9144.23-
YUV149.79141.66126.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=31.62%
G=31.20%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481461740.150.1600.32244.2914.7462.75
Hex9492AEF10020f4f3f
Octal22422225617200403641777
Binary1001010010010010101011101111100000100000111101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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