Shades of Grey Suit #888498
Tints of Grey Suit #888498
RGB
CMYK
RGB Variations
Color information
#888498 (or 0x888498) is known color: Grey Suit. HEX triplet: 88, 84 and 98. RGB value is (136,132,152). Sum of RGB (Red+Green+Blue) = 136+132+152=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #888498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888498 is #777B67. Grayscale: #878787. Windows color (decimal): -7830376 or 9995400. OLE color: 9995400.
HSL color Cylindrical-coordinate representation of color #888498: hue angle of 252º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888498 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 132 | 152 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.40 |
| HSL | 252º | 0.09% | 0.56% | - |
| HSV(B) | 252º | 0.13% | 0.6% | - |
| XYZ | 24.07 | 24 | 33.07 | - |
| YUV | 135.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 152 | 0.11 | 0.13 | 0 | 0.40 | 252 | 0.09 | 0.56 |
| Hex | 88 | 84 | 98 | B | D | 0 | 28 | FC | 9 | 38 |
| Octal | 210 | 204 | 230 | 13 | 15 | 0 | 50 | 374 | 11 | 70 |
| Binary | 10001000 | 10000100 | 10011000 | 1011 | 1101 | 0 | 101000 | 11111100 | 1001 | 111000 |
Color Harmonies of #888498
Complementary color
Monochromatic Colors of #888498
Black with #888498
Text Example
Text Example
White with #888498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888498; }
p { color: rgb(136,132,152); }
H1.HeaderClassName
{
color: #888498;
}
.AnyTagClassName
{
color: #888498;
}
</style>
background-color css
<style>
a { background-color: #888498; }
a { background-color: rgb(136,132,152); }
div.DivClassName
{
background-color: #888498;
}
.BgClassName
{
background-color: #888498;
}
</style>
border-color css
<style>
span { border-color: #888498; }
span { border-color: rgb(136,132,152); }
td.TdClassName
{
border-color: #888498;
}
.TagClassName
{
border-color: #888498;
}
</style>