Shades of Santas Grey #8F8FAB
Tints of Santas Grey #8F8FAB
RGB
CMYK
RGB Variations
Color information
#8F8FAB (or 0x8F8FAB) is known color: Santas Grey. HEX triplet: 8F, 8F and AB. RGB value is (143,143,171). Sum of RGB (Red+Green+Blue) = 143+143+171=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8FAB is #707054. Grayscale: #929292. Windows color (decimal): -7368789 or 11243407. OLE color: 11243407.
HSL color Cylindrical-coordinate representation of color #8F8FAB: hue angle of 240º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F8FAB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 143 | 171 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.33 |
| HSL | 240º | 0.14% | 0.62% | - |
| HSV(B) | 240º | 0.16% | 0.67% | - |
| XYZ | 28.5 | 28.42 | 42.51 | - |
| YUV | 146.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 171 | 0.16 | 0.16 | 0 | 0.33 | 240 | 0.14 | 0.62 |
| Hex | 8F | 8F | AB | 10 | 10 | 0 | 21 | F0 | E | 3E |
| Octal | 217 | 217 | 253 | 20 | 20 | 0 | 41 | 360 | 16 | 76 |
| Binary | 10001111 | 10001111 | 10101011 | 10000 | 10000 | 0 | 100001 | 11110000 | 1110 | 111110 |
Color Harmonies of #8F8FAB
Complementary color
Monochromatic Colors of #8F8FAB
Black with #8F8FAB
Text Example
Text Example
White with #8F8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FAB; }
p { color: rgb(143,143,171); }
H1.HeaderClassName
{
color: #8F8FAB;
}
.AnyTagClassName
{
color: #8F8FAB;
}
</style>
background-color css
<style>
a { background-color: #8F8FAB; }
a { background-color: rgb(143,143,171); }
div.DivClassName
{
background-color: #8F8FAB;
}
.BgClassName
{
background-color: #8F8FAB;
}
</style>
border-color css
<style>
span { border-color: #8F8FAB; }
span { border-color: rgb(143,143,171); }
td.TdClassName
{
border-color: #8F8FAB;
}
.TagClassName
{
border-color: #8F8FAB;
}
</style>