Shades of Grey Suit #88869C
Tints of Grey Suit #88869C
RGB
CMYK
RGB Variations
Color information
#88869C (or 0x88869C) is known color: Grey Suit. HEX triplet: 88, 86 and 9C. RGB value is (136,134,156). Sum of RGB (Red+Green+Blue) = 136+134+156=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #88869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88869C is #777963. Grayscale: #898989. Windows color (decimal): -7829860 or 10258056. OLE color: 10258056.
HSL color Cylindrical-coordinate representation of color #88869C: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88869C is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 134 | 156 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.39 |
| HSL | 245.45º | 0.1% | 0.57% | - |
| HSV(B) | 245.45º | 0.14% | 0.61% | - |
| XYZ | 24.68 | 24.68 | 34.92 | - |
| YUV | 137.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 156 | 0.13 | 0.14 | 0 | 0.39 | 245.45 | 0.1 | 0.57 |
| Hex | 88 | 86 | 9C | D | E | 0 | 27 | F5 | A | 39 |
| Octal | 210 | 206 | 234 | 15 | 16 | 0 | 47 | 365 | 12 | 71 |
| Binary | 10001000 | 10000110 | 10011100 | 1101 | 1110 | 0 | 100111 | 11110101 | 1010 | 111001 |
Color Harmonies of #88869C
Complementary color
Monochromatic Colors of #88869C
Black with #88869C
Text Example
Text Example
White with #88869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88869C; }
p { color: rgb(136,134,156); }
H1.HeaderClassName
{
color: #88869C;
}
.AnyTagClassName
{
color: #88869C;
}
</style>
background-color css
<style>
a { background-color: #88869C; }
a { background-color: rgb(136,134,156); }
div.DivClassName
{
background-color: #88869C;
}
.BgClassName
{
background-color: #88869C;
}
</style>
border-color css
<style>
span { border-color: #88869C; }
span { border-color: rgb(136,134,156); }
td.TdClassName
{
border-color: #88869C;
}
.TagClassName
{
border-color: #88869C;
}
</style>