Shades of Grey Suit #8F879C
Tints of Grey Suit #8F879C
RGB
CMYK
RGB Variations
Color information
#8F879C (or 0x8F879C) is known color: Grey Suit. HEX triplet: 8F, 87 and 9C. RGB value is (143,135,156). Sum of RGB (Red+Green+Blue) = 143+135+156=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F879C is #707863. Grayscale: #8B8B8B. Windows color (decimal): -7370852 or 10258319. OLE color: 10258319.
HSL color Cylindrical-coordinate representation of color #8F879C: hue angle of 262.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F879C is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 135 | 156 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.39 |
| HSL | 262.86º | 0.1% | 0.57% | - |
| HSV(B) | 262.86º | 0.13% | 0.61% | - |
| XYZ | 25.99 | 25.57 | 35.02 | - |
| YUV | 139.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 156 | 0.08 | 0.13 | 0 | 0.39 | 262.86 | 0.1 | 0.57 |
| Hex | 8F | 87 | 9C | 8 | D | 0 | 27 | 107 | A | 39 |
| Octal | 217 | 207 | 234 | 10 | 15 | 0 | 47 | 407 | 12 | 71 |
| Binary | 10001111 | 10000111 | 10011100 | 1000 | 1101 | 0 | 100111 | 100000111 | 1010 | 111001 |
Color Harmonies of #8F879C
Complementary color
Monochromatic Colors of #8F879C
Black with #8F879C
Text Example
Text Example
White with #8F879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F879C; }
p { color: rgb(143,135,156); }
H1.HeaderClassName
{
color: #8F879C;
}
.AnyTagClassName
{
color: #8F879C;
}
</style>
background-color css
<style>
a { background-color: #8F879C; }
a { background-color: rgb(143,135,156); }
div.DivClassName
{
background-color: #8F879C;
}
.BgClassName
{
background-color: #8F879C;
}
</style>
border-color css
<style>
span { border-color: #8F879C; }
span { border-color: rgb(143,135,156); }
td.TdClassName
{
border-color: #8F879C;
}
.TagClassName
{
border-color: #8F879C;
}
</style>