Shades of Santas Grey #8F8FAA
Tints of Santas Grey #8F8FAA
RGB
CMYK
RGB Variations
Color information
#8F8FAA (or 0x8F8FAA) is known color: Santas Grey. HEX triplet: 8F, 8F and AA. RGB value is (143,143,170). Sum of RGB (Red+Green+Blue) = 143+143+170=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8FAA is #707055. Grayscale: #919191. Windows color (decimal): -7368790 or 11177871. OLE color: 11177871.
HSL color Cylindrical-coordinate representation of color #8F8FAA: hue angle of 240º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F8FAA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 143 | 170 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.33 |
| HSL | 240º | 0.14% | 0.61% | - |
| HSV(B) | 240º | 0.16% | 0.67% | - |
| XYZ | 28.41 | 28.39 | 42.01 | - |
| YUV | 146.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 170 | 0.16 | 0.16 | 0 | 0.33 | 240 | 0.14 | 0.61 |
| Hex | 8F | 8F | AA | 10 | 10 | 0 | 21 | F0 | E | 3D |
| Octal | 217 | 217 | 252 | 20 | 20 | 0 | 41 | 360 | 16 | 75 |
| Binary | 10001111 | 10001111 | 10101010 | 10000 | 10000 | 0 | 100001 | 11110000 | 1110 | 111101 |
Color Harmonies of #8F8FAA
Complementary color
Monochromatic Colors of #8F8FAA
Black with #8F8FAA
Text Example
Text Example
White with #8F8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FAA; }
p { color: rgb(143,143,170); }
H1.HeaderClassName
{
color: #8F8FAA;
}
.AnyTagClassName
{
color: #8F8FAA;
}
</style>
background-color css
<style>
a { background-color: #8F8FAA; }
a { background-color: rgb(143,143,170); }
div.DivClassName
{
background-color: #8F8FAA;
}
.BgClassName
{
background-color: #8F8FAA;
}
</style>
border-color css
<style>
span { border-color: #8F8FAA; }
span { border-color: rgb(143,143,170); }
td.TdClassName
{
border-color: #8F8FAA;
}
.TagClassName
{
border-color: #8F8FAA;
}
</style>