Shades of Grey Suit #8F879F
Tints of Grey Suit #8F879F
RGB
CMYK
RGB Variations
Color information
#8F879F (or 0x8F879F) is known color: Grey Suit. HEX triplet: 8F, 87 and 9F. RGB value is (143,135,159). Sum of RGB (Red+Green+Blue) = 143+135+159=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F879F is #707860. Grayscale: #8C8C8C. Windows color (decimal): -7370849 or 10454927. OLE color: 10454927.
HSL color Cylindrical-coordinate representation of color #8F879F: hue angle of 260º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F879F is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 135 | 159 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.38 |
| HSL | 260º | 0.11% | 0.58% | - |
| HSV(B) | 260º | 0.15% | 0.62% | - |
| XYZ | 26.25 | 25.67 | 36.37 | - |
| YUV | 140.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 159 | 0.10 | 0.15 | 0 | 0.38 | 260 | 0.11 | 0.58 |
| Hex | 8F | 87 | 9F | A | F | 0 | 26 | 104 | B | 3A |
| Octal | 217 | 207 | 237 | 12 | 17 | 0 | 46 | 404 | 13 | 72 |
| Binary | 10001111 | 10000111 | 10011111 | 1010 | 1111 | 0 | 100110 | 100000100 | 1011 | 111010 |
Color Harmonies of #8F879F
Complementary color
Monochromatic Colors of #8F879F
Black with #8F879F
Text Example
Text Example
White with #8F879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F879F; }
p { color: rgb(143,135,159); }
H1.HeaderClassName
{
color: #8F879F;
}
.AnyTagClassName
{
color: #8F879F;
}
</style>
background-color css
<style>
a { background-color: #8F879F; }
a { background-color: rgb(143,135,159); }
div.DivClassName
{
background-color: #8F879F;
}
.BgClassName
{
background-color: #8F879F;
}
</style>
border-color css
<style>
span { border-color: #8F879F; }
span { border-color: rgb(143,135,159); }
td.TdClassName
{
border-color: #8F879F;
}
.TagClassName
{
border-color: #8F879F;
}
</style>