Shades of Santas Grey #9290AF
Tints of Santas Grey #9290AF
RGB
CMYK
RGB Variations
Color information
#9290AF (or 0x9290AF) is known color: Santas Grey. HEX triplet: 92, 90 and AF. RGB value is (146,144,175). Sum of RGB (Red+Green+Blue) = 146+144+175=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #9290AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9290AF is #6D6F50. Grayscale: #949494. Windows color (decimal): -7171921 or 11505810. OLE color: 11505810.
HSL color Cylindrical-coordinate representation of color #9290AF: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9290AF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 144 | 175 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.31 |
| HSL | 243.87º | 0.16% | 0.63% | - |
| HSV(B) | 243.87º | 0.18% | 0.69% | - |
| XYZ | 29.57 | 29.15 | 44.63 | - |
| YUV | 148.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 175 | 0.17 | 0.18 | 0 | 0.31 | 243.87 | 0.16 | 0.63 |
| Hex | 92 | 90 | AF | 11 | 12 | 0 | 1F | F4 | 10 | 3F |
| Octal | 222 | 220 | 257 | 21 | 22 | 0 | 37 | 364 | 20 | 77 |
| Binary | 10010010 | 10010000 | 10101111 | 10001 | 10010 | 0 | 11111 | 11110100 | 10000 | 111111 |
Color Harmonies of #9290AF
Complementary color
Monochromatic Colors of #9290AF
Black with #9290AF
Text Example
Text Example
White with #9290AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290AF; }
p { color: rgb(146,144,175); }
H1.HeaderClassName
{
color: #9290AF;
}
.AnyTagClassName
{
color: #9290AF;
}
</style>
background-color css
<style>
a { background-color: #9290AF; }
a { background-color: rgb(146,144,175); }
div.DivClassName
{
background-color: #9290AF;
}
.BgClassName
{
background-color: #9290AF;
}
</style>
border-color css
<style>
span { border-color: #9290AF; }
span { border-color: rgb(146,144,175); }
td.TdClassName
{
border-color: #9290AF;
}
.TagClassName
{
border-color: #9290AF;
}
</style>