Shades of Santas Grey #8F90AF
Tints of Santas Grey #8F90AF
RGB
CMYK
RGB Variations
Color information
#8F90AF (or 0x8F90AF) is known color: Santas Grey. HEX triplet: 8F, 90 and AF. RGB value is (143,144,175). Sum of RGB (Red+Green+Blue) = 143+144+175=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F90AF is #706F50. Grayscale: #939393. Windows color (decimal): -7368529 or 11505807. OLE color: 11505807.
HSL color Cylindrical-coordinate representation of color #8F90AF: hue angle of 238.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F90AF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 144 | 175 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.31 |
| HSL | 238.13º | 0.17% | 0.62% | - |
| HSV(B) | 238.13º | 0.18% | 0.69% | - |
| XYZ | 29.04 | 28.88 | 44.6 | - |
| YUV | 147.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 175 | 0.18 | 0.18 | 0 | 0.31 | 238.13 | 0.17 | 0.62 |
| Hex | 8F | 90 | AF | 12 | 12 | 0 | 1F | EE | 11 | 3E |
| Octal | 217 | 220 | 257 | 22 | 22 | 0 | 37 | 356 | 21 | 76 |
| Binary | 10001111 | 10010000 | 10101111 | 10010 | 10010 | 0 | 11111 | 11101110 | 10001 | 111110 |
Color Harmonies of #8F90AF
Complementary color
Monochromatic Colors of #8F90AF
Black with #8F90AF
Text Example
Text Example
White with #8F90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F90AF; }
p { color: rgb(143,144,175); }
H1.HeaderClassName
{
color: #8F90AF;
}
.AnyTagClassName
{
color: #8F90AF;
}
</style>
background-color css
<style>
a { background-color: #8F90AF; }
a { background-color: rgb(143,144,175); }
div.DivClassName
{
background-color: #8F90AF;
}
.BgClassName
{
background-color: #8F90AF;
}
</style>
border-color css
<style>
span { border-color: #8F90AF; }
span { border-color: rgb(143,144,175); }
td.TdClassName
{
border-color: #8F90AF;
}
.TagClassName
{
border-color: #8F90AF;
}
</style>