Shades of Grey Suit #8F899E
Tints of Grey Suit #8F899E
RGB
CMYK
RGB Variations
Color information
#8F899E (or 0x8F899E) is known color: Grey Suit. HEX triplet: 8F, 89 and 9E. RGB value is (143,137,158). Sum of RGB (Red+Green+Blue) = 143+137+158=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F899E is #707661. Grayscale: #8D8D8D. Windows color (decimal): -7370338 or 10389903. OLE color: 10389903.
HSL color Cylindrical-coordinate representation of color #8F899E: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F899E is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 137 | 158 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.38 |
| HSL | 257.14º | 0.1% | 0.58% | - |
| HSV(B) | 257.14º | 0.13% | 0.62% | - |
| XYZ | 26.44 | 26.2 | 36.01 | - |
| YUV | 141.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 158 | 0.09 | 0.13 | 0 | 0.38 | 257.14 | 0.1 | 0.58 |
| Hex | 8F | 89 | 9E | 9 | D | 0 | 26 | 101 | A | 3A |
| Octal | 217 | 211 | 236 | 11 | 15 | 0 | 46 | 401 | 12 | 72 |
| Binary | 10001111 | 10001001 | 10011110 | 1001 | 1101 | 0 | 100110 | 100000001 | 1010 | 111010 |
Color Harmonies of #8F899E
Complementary color
Monochromatic Colors of #8F899E
Black with #8F899E
Text Example
Text Example
White with #8F899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F899E; }
p { color: rgb(143,137,158); }
H1.HeaderClassName
{
color: #8F899E;
}
.AnyTagClassName
{
color: #8F899E;
}
</style>
background-color css
<style>
a { background-color: #8F899E; }
a { background-color: rgb(143,137,158); }
div.DivClassName
{
background-color: #8F899E;
}
.BgClassName
{
background-color: #8F899E;
}
</style>
border-color css
<style>
span { border-color: #8F899E; }
span { border-color: rgb(143,137,158); }
td.TdClassName
{
border-color: #8F899E;
}
.TagClassName
{
border-color: #8F899E;
}
</style>