Shades of Santas Grey #908FAD
Tints of Santas Grey #908FAD
RGB
CMYK
RGB Variations
Color information
#908FAD (or 0x908FAD) is known color: Santas Grey. HEX triplet: 90, 8F and AD. RGB value is (144,143,173). Sum of RGB (Red+Green+Blue) = 144+143+173=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #908FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAD is #6F7052. Grayscale: #929292. Windows color (decimal): -7303251 or 11374480. OLE color: 11374480.
HSL color Cylindrical-coordinate representation of color #908FAD: hue angle of 242º 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 #908FAD is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 143 | 173 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.32 |
| HSL | 242º | 0.15% | 0.62% | - |
| HSV(B) | 242º | 0.17% | 0.68% | - |
| XYZ | 28.87 | 28.59 | 43.53 | - |
| YUV | 146.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 173 | 0.17 | 0.17 | 0 | 0.32 | 242 | 0.15 | 0.62 |
| Hex | 90 | 8F | AD | 11 | 11 | 0 | 20 | F2 | F | 3E |
| Octal | 220 | 217 | 255 | 21 | 21 | 0 | 40 | 362 | 17 | 76 |
| Binary | 10010000 | 10001111 | 10101101 | 10001 | 10001 | 0 | 100000 | 11110010 | 1111 | 111110 |
Color Harmonies of #908FAD
Complementary color
Monochromatic Colors of #908FAD
Black with #908FAD
Text Example
Text Example
White with #908FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FAD; }
p { color: rgb(144,143,173); }
H1.HeaderClassName
{
color: #908FAD;
}
.AnyTagClassName
{
color: #908FAD;
}
</style>
background-color css
<style>
a { background-color: #908FAD; }
a { background-color: rgb(144,143,173); }
div.DivClassName
{
background-color: #908FAD;
}
.BgClassName
{
background-color: #908FAD;
}
</style>
border-color css
<style>
span { border-color: #908FAD; }
span { border-color: rgb(144,143,173); }
td.TdClassName
{
border-color: #908FAD;
}
.TagClassName
{
border-color: #908FAD;
}
</style>