Shades of Santas Grey #9192AF
Tints of Santas Grey #9192AF
RGB
CMYK
RGB Variations
Color information
#9192AF (or 0x9192AF) is known color: Santas Grey. HEX triplet: 91, 92 and AF. RGB value is (145,146,175). Sum of RGB (Red+Green+Blue) = 145+146+175=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #9192AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9192AF is #6E6D50. Grayscale: #949494. Windows color (decimal): -7236945 or 11506321. OLE color: 11506321.
HSL color Cylindrical-coordinate representation of color #9192AF: hue angle of 238º degrees, saturation: 0.16, 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 #9192AF is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 146 | 175 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.31 |
| HSL | 238º | 0.16% | 0.63% | - |
| HSV(B) | 238º | 0.17% | 0.69% | - |
| XYZ | 29.69 | 29.67 | 44.72 | - |
| YUV | 149.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 175 | 0.17 | 0.17 | 0 | 0.31 | 238 | 0.16 | 0.63 |
| Hex | 91 | 92 | AF | 11 | 11 | 0 | 1F | EE | 10 | 3F |
| Octal | 221 | 222 | 257 | 21 | 21 | 0 | 37 | 356 | 20 | 77 |
| Binary | 10010001 | 10010010 | 10101111 | 10001 | 10001 | 0 | 11111 | 11101110 | 10000 | 111111 |
Color Harmonies of #9192AF
Complementary color
Monochromatic Colors of #9192AF
Black with #9192AF
Text Example
Text Example
White with #9192AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9192AF; }
p { color: rgb(145,146,175); }
H1.HeaderClassName
{
color: #9192AF;
}
.AnyTagClassName
{
color: #9192AF;
}
</style>
background-color css
<style>
a { background-color: #9192AF; }
a { background-color: rgb(145,146,175); }
div.DivClassName
{
background-color: #9192AF;
}
.BgClassName
{
background-color: #9192AF;
}
</style>
border-color css
<style>
span { border-color: #9192AF; }
span { border-color: rgb(145,146,175); }
td.TdClassName
{
border-color: #9192AF;
}
.TagClassName
{
border-color: #9192AF;
}
</style>