Shades of Grey Suit #8C879C
Tints of Grey Suit #8C879C
RGB
CMYK
RGB Variations
Color information
#8C879C (or 0x8C879C) is known color: Grey Suit. HEX triplet: 8C, 87 and 9C. RGB value is (140,135,156). Sum of RGB (Red+Green+Blue) = 140+135+156=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C879C is #737863. Grayscale: #8A8A8A. Windows color (decimal): -7567460 or 10258316. OLE color: 10258316.
HSL color Cylindrical-coordinate representation of color #8C879C: hue angle of 254.29º 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 #8C879C is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 135 | 156 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.39 |
| HSL | 254.29º | 0.1% | 0.57% | - |
| HSV(B) | 254.29º | 0.13% | 0.61% | - |
| XYZ | 25.48 | 25.3 | 34.99 | - |
| YUV | 138.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 156 | 0.10 | 0.13 | 0 | 0.39 | 254.29 | 0.1 | 0.57 |
| Hex | 8C | 87 | 9C | A | D | 0 | 27 | FE | A | 39 |
| Octal | 214 | 207 | 234 | 12 | 15 | 0 | 47 | 376 | 12 | 71 |
| Binary | 10001100 | 10000111 | 10011100 | 1010 | 1101 | 0 | 100111 | 11111110 | 1010 | 111001 |
Color Harmonies of #8C879C
Complementary color
Monochromatic Colors of #8C879C
Black with #8C879C
Text Example
Text Example
White with #8C879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C879C; }
p { color: rgb(140,135,156); }
H1.HeaderClassName
{
color: #8C879C;
}
.AnyTagClassName
{
color: #8C879C;
}
</style>
background-color css
<style>
a { background-color: #8C879C; }
a { background-color: rgb(140,135,156); }
div.DivClassName
{
background-color: #8C879C;
}
.BgClassName
{
background-color: #8C879C;
}
</style>
border-color css
<style>
span { border-color: #8C879C; }
span { border-color: rgb(140,135,156); }
td.TdClassName
{
border-color: #8C879C;
}
.TagClassName
{
border-color: #8C879C;
}
</style>