Shades of Grey Suit #88879C
Tints of Grey Suit #88879C
RGB
CMYK
RGB Variations
Color information
#88879C (or 0x88879C) is known color: Grey Suit. HEX triplet: 88, 87 and 9C. RGB value is (136,135,156). Sum of RGB (Red+Green+Blue) = 136+135+156=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #88879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88879C is #777863. Grayscale: #898989. Windows color (decimal): -7829604 or 10258312. OLE color: 10258312.
HSL color Cylindrical-coordinate representation of color #88879C: hue angle of 242.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 #88879C is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 135 | 156 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.39 |
| HSL | 242.86º | 0.1% | 0.57% | - |
| HSV(B) | 242.86º | 0.13% | 0.61% | - |
| XYZ | 24.82 | 24.96 | 34.96 | - |
| YUV | 137.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 156 | 0.13 | 0.13 | 0 | 0.39 | 242.86 | 0.1 | 0.57 |
| Hex | 88 | 87 | 9C | D | D | 0 | 27 | F3 | A | 39 |
| Octal | 210 | 207 | 234 | 15 | 15 | 0 | 47 | 363 | 12 | 71 |
| Binary | 10001000 | 10000111 | 10011100 | 1101 | 1101 | 0 | 100111 | 11110011 | 1010 | 111001 |
Color Harmonies of #88879C
Complementary color
Monochromatic Colors of #88879C
Black with #88879C
Text Example
Text Example
White with #88879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88879C; }
p { color: rgb(136,135,156); }
H1.HeaderClassName
{
color: #88879C;
}
.AnyTagClassName
{
color: #88879C;
}
</style>
background-color css
<style>
a { background-color: #88879C; }
a { background-color: rgb(136,135,156); }
div.DivClassName
{
background-color: #88879C;
}
.BgClassName
{
background-color: #88879C;
}
</style>
border-color css
<style>
span { border-color: #88879C; }
span { border-color: rgb(136,135,156); }
td.TdClassName
{
border-color: #88879C;
}
.TagClassName
{
border-color: #88879C;
}
</style>