Shades of Grey Suit #8F8D9B
Tints of Grey Suit #8F8D9B
RGB
CMYK
RGB Variations
Color information
#8F8D9B (or 0x8F8D9B) is known color: Grey Suit. HEX triplet: 8F, 8D and 9B. RGB value is (143,141,155). Sum of RGB (Red+Green+Blue) = 143+141+155=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F8D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8D9B is #707264. Grayscale: #8F8F8F. Windows color (decimal): -7369317 or 10194319. OLE color: 10194319.
HSL color Cylindrical-coordinate representation of color #8F8D9B: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8D9B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 141 | 155 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.39 |
| HSL | 248.57º | 0.07% | 0.58% | - |
| HSV(B) | 248.57º | 0.09% | 0.61% | - |
| XYZ | 26.77 | 27.26 | 34.86 | - |
| YUV | 143.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 155 | 0.08 | 0.09 | 0 | 0.39 | 248.57 | 0.07 | 0.58 |
| Hex | 8F | 8D | 9B | 8 | 9 | 0 | 27 | F9 | 7 | 3A |
| Octal | 217 | 215 | 233 | 10 | 11 | 0 | 47 | 371 | 7 | 72 |
| Binary | 10001111 | 10001101 | 10011011 | 1000 | 1001 | 0 | 100111 | 11111001 | 111 | 111010 |
Color Harmonies of #8F8D9B
Complementary color
Monochromatic Colors of #8F8D9B
Black with #8F8D9B
Text Example
Text Example
White with #8F8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D9B; }
p { color: rgb(143,141,155); }
H1.HeaderClassName
{
color: #8F8D9B;
}
.AnyTagClassName
{
color: #8F8D9B;
}
</style>
background-color css
<style>
a { background-color: #8F8D9B; }
a { background-color: rgb(143,141,155); }
div.DivClassName
{
background-color: #8F8D9B;
}
.BgClassName
{
background-color: #8F8D9B;
}
</style>
border-color css
<style>
span { border-color: #8F8D9B; }
span { border-color: rgb(143,141,155); }
td.TdClassName
{
border-color: #8F8D9B;
}
.TagClassName
{
border-color: #8F8D9B;
}
</style>