Shades of Grey Suit #8F88A1
Tints of Grey Suit #8F88A1
RGB
CMYK
RGB Variations
Color information
#8F88A1 (or 0x8F88A1) is known color: Grey Suit. HEX triplet: 8F, 88 and A1. RGB value is (143,136,161). Sum of RGB (Red+Green+Blue) = 143+136+161=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F88A1 is #70775E. Grayscale: #8C8C8C. Windows color (decimal): -7370591 or 10586255. OLE color: 10586255.
HSL color Cylindrical-coordinate representation of color #8F88A1: hue angle of 256.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F88A1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 136 | 161 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.37 |
| HSL | 256.8º | 0.12% | 0.58% | - |
| HSV(B) | 256.8º | 0.16% | 0.63% | - |
| XYZ | 26.56 | 26.02 | 37.34 | - |
| YUV | 140.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 161 | 0.11 | 0.16 | 0 | 0.37 | 256.8 | 0.12 | 0.58 |
| Hex | 8F | 88 | A1 | B | 10 | 0 | 25 | 101 | C | 3A |
| Octal | 217 | 210 | 241 | 13 | 20 | 0 | 45 | 401 | 14 | 72 |
| Binary | 10001111 | 10001000 | 10100001 | 1011 | 10000 | 0 | 100101 | 100000001 | 1100 | 111010 |
Color Harmonies of #8F88A1
Complementary color
Monochromatic Colors of #8F88A1
Black with #8F88A1
Text Example
Text Example
White with #8F88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88A1; }
p { color: rgb(143,136,161); }
H1.HeaderClassName
{
color: #8F88A1;
}
.AnyTagClassName
{
color: #8F88A1;
}
</style>
background-color css
<style>
a { background-color: #8F88A1; }
a { background-color: rgb(143,136,161); }
div.DivClassName
{
background-color: #8F88A1;
}
.BgClassName
{
background-color: #8F88A1;
}
</style>
border-color css
<style>
span { border-color: #8F88A1; }
span { border-color: rgb(143,136,161); }
td.TdClassName
{
border-color: #8F88A1;
}
.TagClassName
{
border-color: #8F88A1;
}
</style>