Shades of Grey Suit #88859A
Tints of Grey Suit #88859A
RGB
CMYK
RGB Variations
Color information
#88859A (or 0x88859A) is known color: Grey Suit. HEX triplet: 88, 85 and 9A. RGB value is (136,133,154). Sum of RGB (Red+Green+Blue) = 136+133+154=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #88859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88859A is #777A65. Grayscale: #888888. Windows color (decimal): -7830118 or 10126728. OLE color: 10126728.
HSL color Cylindrical-coordinate representation of color #88859A: hue angle of 248.57º degrees, saturation: 0.09, 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 #88859A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 133 | 154 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.40 |
| HSL | 248.57º | 0.09% | 0.56% | - |
| HSV(B) | 248.57º | 0.14% | 0.6% | - |
| XYZ | 24.37 | 24.34 | 33.99 | - |
| YUV | 136.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 154 | 0.12 | 0.14 | 0 | 0.40 | 248.57 | 0.09 | 0.56 |
| Hex | 88 | 85 | 9A | C | E | 0 | 28 | F9 | 9 | 38 |
| Octal | 210 | 205 | 232 | 14 | 16 | 0 | 50 | 371 | 11 | 70 |
| Binary | 10001000 | 10000101 | 10011010 | 1100 | 1110 | 0 | 101000 | 11111001 | 1001 | 111000 |
Color Harmonies of #88859A
Complementary color
Monochromatic Colors of #88859A
Black with #88859A
Text Example
Text Example
White with #88859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88859A; }
p { color: rgb(136,133,154); }
H1.HeaderClassName
{
color: #88859A;
}
.AnyTagClassName
{
color: #88859A;
}
</style>
background-color css
<style>
a { background-color: #88859A; }
a { background-color: rgb(136,133,154); }
div.DivClassName
{
background-color: #88859A;
}
.BgClassName
{
background-color: #88859A;
}
</style>
border-color css
<style>
span { border-color: #88859A; }
span { border-color: rgb(136,133,154); }
td.TdClassName
{
border-color: #88859A;
}
.TagClassName
{
border-color: #88859A;
}
</style>