Shades of Santas Grey #918FAD
Tints of Santas Grey #918FAD
RGB
CMYK
RGB Variations
Color information
#918FAD (or 0x918FAD) is known color: Santas Grey. HEX triplet: 91, 8F and AD. RGB value is (145,143,173). Sum of RGB (Red+Green+Blue) = 145+143+173=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #918FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918FAD is #6E7052. Grayscale: #929292. Windows color (decimal): -7237715 or 11374481. OLE color: 11374481.
HSL color Cylindrical-coordinate representation of color #918FAD: hue angle of 244º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918FAD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 143 | 173 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.32 |
| HSL | 244º | 0.15% | 0.62% | - |
| HSV(B) | 244º | 0.17% | 0.68% | - |
| XYZ | 29.04 | 28.68 | 43.54 | - |
| YUV | 147.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 173 | 0.16 | 0.17 | 0 | 0.32 | 244 | 0.15 | 0.62 |
| Hex | 91 | 8F | AD | 10 | 11 | 0 | 20 | F4 | F | 3E |
| Octal | 221 | 217 | 255 | 20 | 21 | 0 | 40 | 364 | 17 | 76 |
| Binary | 10010001 | 10001111 | 10101101 | 10000 | 10001 | 0 | 100000 | 11110100 | 1111 | 111110 |
Color Harmonies of #918FAD
Complementary color
Monochromatic Colors of #918FAD
Black with #918FAD
Text Example
Text Example
White with #918FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FAD; }
p { color: rgb(145,143,173); }
H1.HeaderClassName
{
color: #918FAD;
}
.AnyTagClassName
{
color: #918FAD;
}
</style>
background-color css
<style>
a { background-color: #918FAD; }
a { background-color: rgb(145,143,173); }
div.DivClassName
{
background-color: #918FAD;
}
.BgClassName
{
background-color: #918FAD;
}
</style>
border-color css
<style>
span { border-color: #918FAD; }
span { border-color: rgb(145,143,173); }
td.TdClassName
{
border-color: #918FAD;
}
.TagClassName
{
border-color: #918FAD;
}
</style>