Shades of Santas Grey #9792AF
Tints of Santas Grey #9792AF
RGB
CMYK
RGB Variations
Color information
#9792AF (or 0x9792AF) is known color: Santas Grey. HEX triplet: 97, 92 and AF. RGB value is (151,146,175). Sum of RGB (Red+Green+Blue) = 151+146+175=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9792AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9792AF is #686D50. Grayscale: #969696. Windows color (decimal): -6843729 or 11506327. OLE color: 11506327.
HSL color Cylindrical-coordinate representation of color #9792AF: hue angle of 250.34º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9792AF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 146 | 175 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.31 |
| HSL | 250.34º | 0.15% | 0.63% | - |
| HSV(B) | 250.34º | 0.17% | 0.69% | - |
| XYZ | 30.78 | 30.23 | 44.77 | - |
| YUV | 150.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 175 | 0.14 | 0.17 | 0 | 0.31 | 250.34 | 0.15 | 0.63 |
| Hex | 97 | 92 | AF | E | 11 | 0 | 1F | FA | F | 3F |
| Octal | 227 | 222 | 257 | 16 | 21 | 0 | 37 | 372 | 17 | 77 |
| Binary | 10010111 | 10010010 | 10101111 | 1110 | 10001 | 0 | 11111 | 11111010 | 1111 | 111111 |
Color Harmonies of #9792AF
Complementary color
Monochromatic Colors of #9792AF
Black with #9792AF
Text Example
Text Example
White with #9792AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9792AF; }
p { color: rgb(151,146,175); }
H1.HeaderClassName
{
color: #9792AF;
}
.AnyTagClassName
{
color: #9792AF;
}
</style>
background-color css
<style>
a { background-color: #9792AF; }
a { background-color: rgb(151,146,175); }
div.DivClassName
{
background-color: #9792AF;
}
.BgClassName
{
background-color: #9792AF;
}
</style>
border-color css
<style>
span { border-color: #9792AF; }
span { border-color: rgb(151,146,175); }
td.TdClassName
{
border-color: #9792AF;
}
.TagClassName
{
border-color: #9792AF;
}
</style>