Shades of Santas Grey #8F90B0
Tints of Santas Grey #8F90B0
RGB
CMYK
RGB Variations
Color information
#8F90B0 (or 0x8F90B0) is known color: Santas Grey. HEX triplet: 8F, 90 and B0. RGB value is (143,144,176). Sum of RGB (Red+Green+Blue) = 143+144+176=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F90B0 is #706F4F. Grayscale: #939393. Windows color (decimal): -7368528 or 11571343. OLE color: 11571343.
HSL color Cylindrical-coordinate representation of color #8F90B0: hue angle of 238.18º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F90B0 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 144 | 176 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.31 |
| HSL | 238.18º | 0.17% | 0.63% | - |
| HSV(B) | 238.18º | 0.19% | 0.69% | - |
| XYZ | 29.14 | 28.92 | 45.12 | - |
| YUV | 147.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 176 | 0.19 | 0.18 | 0 | 0.31 | 238.18 | 0.17 | 0.63 |
| Hex | 8F | 90 | B0 | 13 | 12 | 0 | 1F | EE | 11 | 3F |
| Octal | 217 | 220 | 260 | 23 | 22 | 0 | 37 | 356 | 21 | 77 |
| Binary | 10001111 | 10010000 | 10110000 | 10011 | 10010 | 0 | 11111 | 11101110 | 10001 | 111111 |
Color Harmonies of #8F90B0
Complementary color
Monochromatic Colors of #8F90B0
Black with #8F90B0
Text Example
Text Example
White with #8F90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F90B0; }
p { color: rgb(143,144,176); }
H1.HeaderClassName
{
color: #8F90B0;
}
.AnyTagClassName
{
color: #8F90B0;
}
</style>
background-color css
<style>
a { background-color: #8F90B0; }
a { background-color: rgb(143,144,176); }
div.DivClassName
{
background-color: #8F90B0;
}
.BgClassName
{
background-color: #8F90B0;
}
</style>
border-color css
<style>
span { border-color: #8F90B0; }
span { border-color: rgb(143,144,176); }
td.TdClassName
{
border-color: #8F90B0;
}
.TagClassName
{
border-color: #8F90B0;
}
</style>