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