Shades of Grey Suit #88869E
Tints of Grey Suit #88869E
RGB
CMYK
RGB Variations
Color information
#88869E (or 0x88869E) is known color: Grey Suit. HEX triplet: 88, 86 and 9E. RGB value is (136,134,158). Sum of RGB (Red+Green+Blue) = 136+134+158=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #88869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88869E is #777961. Grayscale: #898989. Windows color (decimal): -7829858 or 10389128. OLE color: 10389128.
HSL color Cylindrical-coordinate representation of color #88869E: hue angle of 245º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88869E is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 134 | 158 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.38 |
| HSL | 245º | 0.11% | 0.57% | - |
| HSV(B) | 245º | 0.15% | 0.62% | - |
| XYZ | 24.85 | 24.75 | 35.82 | - |
| YUV | 137.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 158 | 0.14 | 0.15 | 0 | 0.38 | 245 | 0.11 | 0.57 |
| Hex | 88 | 86 | 9E | E | F | 0 | 26 | F5 | B | 39 |
| Octal | 210 | 206 | 236 | 16 | 17 | 0 | 46 | 365 | 13 | 71 |
| Binary | 10001000 | 10000110 | 10011110 | 1110 | 1111 | 0 | 100110 | 11110101 | 1011 | 111001 |
Color Harmonies of #88869E
Complementary color
Monochromatic Colors of #88869E
Black with #88869E
Text Example
Text Example
White with #88869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88869E; }
p { color: rgb(136,134,158); }
H1.HeaderClassName
{
color: #88869E;
}
.AnyTagClassName
{
color: #88869E;
}
</style>
background-color css
<style>
a { background-color: #88869E; }
a { background-color: rgb(136,134,158); }
div.DivClassName
{
background-color: #88869E;
}
.BgClassName
{
background-color: #88869E;
}
</style>
border-color css
<style>
span { border-color: #88869E; }
span { border-color: rgb(136,134,158); }
td.TdClassName
{
border-color: #88869E;
}
.TagClassName
{
border-color: #88869E;
}
</style>