Shades of Grey Suit #8F8DA1
Tints of Grey Suit #8F8DA1
RGB
CMYK
RGB Variations
Color information
#8F8DA1 (or 0x8F8DA1) is known color: Grey Suit. HEX triplet: 8F, 8D and A1. RGB value is (143,141,161). Sum of RGB (Red+Green+Blue) = 143+141+161=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F8DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8DA1 is #70725E. Grayscale: #8F8F8F. Windows color (decimal): -7369311 or 10587535. OLE color: 10587535.
HSL color Cylindrical-coordinate representation of color #8F8DA1: hue angle of 246º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F8DA1 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 141 | 161 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.37 |
| HSL | 246º | 0.1% | 0.59% | - |
| HSV(B) | 246º | 0.12% | 0.63% | - |
| XYZ | 27.29 | 27.46 | 37.58 | - |
| YUV | 143.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 161 | 0.11 | 0.12 | 0 | 0.37 | 246 | 0.1 | 0.59 |
| Hex | 8F | 8D | A1 | B | C | 0 | 25 | F6 | A | 3B |
| Octal | 217 | 215 | 241 | 13 | 14 | 0 | 45 | 366 | 12 | 73 |
| Binary | 10001111 | 10001101 | 10100001 | 1011 | 1100 | 0 | 100101 | 11110110 | 1010 | 111011 |
Color Harmonies of #8F8DA1
Complementary color
Monochromatic Colors of #8F8DA1
Black with #8F8DA1
Text Example
Text Example
White with #8F8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DA1; }
p { color: rgb(143,141,161); }
H1.HeaderClassName
{
color: #8F8DA1;
}
.AnyTagClassName
{
color: #8F8DA1;
}
</style>
background-color css
<style>
a { background-color: #8F8DA1; }
a { background-color: rgb(143,141,161); }
div.DivClassName
{
background-color: #8F8DA1;
}
.BgClassName
{
background-color: #8F8DA1;
}
</style>
border-color css
<style>
span { border-color: #8F8DA1; }
span { border-color: rgb(143,141,161); }
td.TdClassName
{
border-color: #8F8DA1;
}
.TagClassName
{
border-color: #8F8DA1;
}
</style>