Shades of Grey Suit #8F879D
Tints of Grey Suit #8F879D
RGB
CMYK
RGB Variations
Color information
#8F879D (or 0x8F879D) is known color: Grey Suit. HEX triplet: 8F, 87 and 9D. RGB value is (143,135,157). Sum of RGB (Red+Green+Blue) = 143+135+157=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F879D is #707862. Grayscale: #8B8B8B. Windows color (decimal): -7370851 or 10323855. OLE color: 10323855.
HSL color Cylindrical-coordinate representation of color #8F879D: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F879D is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 135 | 157 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.38 |
| HSL | 261.82º | 0.1% | 0.57% | - |
| HSV(B) | 261.82º | 0.14% | 0.62% | - |
| XYZ | 26.08 | 25.6 | 35.47 | - |
| YUV | 139.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 157 | 0.09 | 0.14 | 0 | 0.38 | 261.82 | 0.1 | 0.57 |
| Hex | 8F | 87 | 9D | 9 | E | 0 | 26 | 106 | A | 39 |
| Octal | 217 | 207 | 235 | 11 | 16 | 0 | 46 | 406 | 12 | 71 |
| Binary | 10001111 | 10000111 | 10011101 | 1001 | 1110 | 0 | 100110 | 100000110 | 1010 | 111001 |
Color Harmonies of #8F879D
Complementary color
Monochromatic Colors of #8F879D
Black with #8F879D
Text Example
Text Example
White with #8F879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F879D; }
p { color: rgb(143,135,157); }
H1.HeaderClassName
{
color: #8F879D;
}
.AnyTagClassName
{
color: #8F879D;
}
</style>
background-color css
<style>
a { background-color: #8F879D; }
a { background-color: rgb(143,135,157); }
div.DivClassName
{
background-color: #8F879D;
}
.BgClassName
{
background-color: #8F879D;
}
</style>
border-color css
<style>
span { border-color: #8F879D; }
span { border-color: rgb(143,135,157); }
td.TdClassName
{
border-color: #8F879D;
}
.TagClassName
{
border-color: #8F879D;
}
</style>