Shades of Grey Suit #88849E
Tints of Grey Suit #88849E
RGB
CMYK
RGB Variations
Color information
#88849E (or 0x88849E) is known color: Grey Suit. HEX triplet: 88, 84 and 9E. RGB value is (136,132,158). Sum of RGB (Red+Green+Blue) = 136+132+158=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #88849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88849E is #777B61. Grayscale: #888888. Windows color (decimal): -7830370 or 10388616. OLE color: 10388616.
HSL color Cylindrical-coordinate representation of color #88849E: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88849E is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 132 | 158 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.38 |
| HSL | 249.23º | 0.12% | 0.57% | - |
| HSV(B) | 249.23º | 0.16% | 0.62% | - |
| XYZ | 24.58 | 24.21 | 35.72 | - |
| YUV | 136.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 158 | 0.14 | 0.16 | 0 | 0.38 | 249.23 | 0.12 | 0.57 |
| Hex | 88 | 84 | 9E | E | 10 | 0 | 26 | F9 | C | 39 |
| Octal | 210 | 204 | 236 | 16 | 20 | 0 | 46 | 371 | 14 | 71 |
| Binary | 10001000 | 10000100 | 10011110 | 1110 | 10000 | 0 | 100110 | 11111001 | 1100 | 111001 |
Color Harmonies of #88849E
Complementary color
Monochromatic Colors of #88849E
Black with #88849E
Text Example
Text Example
White with #88849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88849E; }
p { color: rgb(136,132,158); }
H1.HeaderClassName
{
color: #88849E;
}
.AnyTagClassName
{
color: #88849E;
}
</style>
background-color css
<style>
a { background-color: #88849E; }
a { background-color: rgb(136,132,158); }
div.DivClassName
{
background-color: #88849E;
}
.BgClassName
{
background-color: #88849E;
}
</style>
border-color css
<style>
span { border-color: #88849E; }
span { border-color: rgb(136,132,158); }
td.TdClassName
{
border-color: #88849E;
}
.TagClassName
{
border-color: #88849E;
}
</style>