Shades of Grey Suit #8F8D9E
Tints of Grey Suit #8F8D9E
RGB
CMYK
RGB Variations
Color information
#8F8D9E (or 0x8F8D9E) is known color: Grey Suit. HEX triplet: 8F, 8D and 9E. RGB value is (143,141,158). Sum of RGB (Red+Green+Blue) = 143+141+158=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F8D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8D9E is #707261. Grayscale: #8F8F8F. Windows color (decimal): -7369314 or 10390927. OLE color: 10390927.
HSL color Cylindrical-coordinate representation of color #8F8D9E: hue angle of 247.06º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8D9E is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 141 | 158 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.38 |
| HSL | 247.06º | 0.08% | 0.59% | - |
| HSV(B) | 247.06º | 0.11% | 0.62% | - |
| XYZ | 27.02 | 27.36 | 36.2 | - |
| YUV | 143.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 158 | 0.09 | 0.11 | 0 | 0.38 | 247.06 | 0.08 | 0.59 |
| Hex | 8F | 8D | 9E | 9 | B | 0 | 26 | F7 | 8 | 3B |
| Octal | 217 | 215 | 236 | 11 | 13 | 0 | 46 | 367 | 10 | 73 |
| Binary | 10001111 | 10001101 | 10011110 | 1001 | 1011 | 0 | 100110 | 11110111 | 1000 | 111011 |
Color Harmonies of #8F8D9E
Complementary color
Monochromatic Colors of #8F8D9E
Black with #8F8D9E
Text Example
Text Example
White with #8F8D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D9E; }
p { color: rgb(143,141,158); }
H1.HeaderClassName
{
color: #8F8D9E;
}
.AnyTagClassName
{
color: #8F8D9E;
}
</style>
background-color css
<style>
a { background-color: #8F8D9E; }
a { background-color: rgb(143,141,158); }
div.DivClassName
{
background-color: #8F8D9E;
}
.BgClassName
{
background-color: #8F8D9E;
}
</style>
border-color css
<style>
span { border-color: #8F8D9E; }
span { border-color: rgb(143,141,158); }
td.TdClassName
{
border-color: #8F8D9E;
}
.TagClassName
{
border-color: #8F8D9E;
}
</style>