Shades of Grey Suit #88849A
Tints of Grey Suit #88849A
RGB
CMYK
RGB Variations
Color information
#88849A (or 0x88849A) is known color: Grey Suit. HEX triplet: 88, 84 and 9A. RGB value is (136,132,154). Sum of RGB (Red+Green+Blue) = 136+132+154=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #88849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88849A is #777B65. Grayscale: #878787. Windows color (decimal): -7830374 or 10126472. OLE color: 10126472.
HSL color Cylindrical-coordinate representation of color #88849A: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88849A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 132 | 154 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.40 |
| HSL | 250.91º | 0.1% | 0.56% | - |
| HSV(B) | 250.91º | 0.14% | 0.6% | - |
| XYZ | 24.24 | 24.07 | 33.94 | - |
| YUV | 135.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 154 | 0.12 | 0.14 | 0 | 0.40 | 250.91 | 0.1 | 0.56 |
| Hex | 88 | 84 | 9A | C | E | 0 | 28 | FB | A | 38 |
| Octal | 210 | 204 | 232 | 14 | 16 | 0 | 50 | 373 | 12 | 70 |
| Binary | 10001000 | 10000100 | 10011010 | 1100 | 1110 | 0 | 101000 | 11111011 | 1010 | 111000 |
Color Harmonies of #88849A
Complementary color
Monochromatic Colors of #88849A
Black with #88849A
Text Example
Text Example
White with #88849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88849A; }
p { color: rgb(136,132,154); }
H1.HeaderClassName
{
color: #88849A;
}
.AnyTagClassName
{
color: #88849A;
}
</style>
background-color css
<style>
a { background-color: #88849A; }
a { background-color: rgb(136,132,154); }
div.DivClassName
{
background-color: #88849A;
}
.BgClassName
{
background-color: #88849A;
}
</style>
border-color css
<style>
span { border-color: #88849A; }
span { border-color: rgb(136,132,154); }
td.TdClassName
{
border-color: #88849A;
}
.TagClassName
{
border-color: #88849A;
}
</style>