#9492AB

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

Shades of Santas Grey #9492AB

Tints of Santas Grey #9492AB

Color information

#9492AB (or 0x9492AB) is unknown color: approx Santas Grey. HEX triplet: 94, 92 and AB. RGB value is (148,146,171). Sum of RGB (Red+Green+Blue) = 148+146+171=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #9492AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492AB is #6B6D54. Grayscale: #959595. Windows color (decimal): -7040341 or 11244180. OLE color: 11244180.

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

Color convert

RGB148146171-
CMYK0.130.1500.33
HSL244.8º12.95%62.16%-
HSV(B)244.8º14.62%67.06%-
XYZ29.8429.7942.71-
YUV149.45140.16126.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=31.83%
G=31.40%
B=36.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481461710.130.1500.33244.812.9562.16
Hex9492ABDF021f5d3e
Octal22422225315170413651576
Binary100101001001001010101011110111110100001111101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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