Shades of Grey Suit #88839A
Tints of Grey Suit #88839A
RGB
CMYK
RGB Variations
Color information
#88839A (or 0x88839A) is known color: Grey Suit. HEX triplet: 88, 83 and 9A. RGB value is (136,131,154). Sum of RGB (Red+Green+Blue) = 136+131+154=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #88839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88839A is #777C65. Grayscale: #878787. Windows color (decimal): -7830630 or 10126216. OLE color: 10126216.
HSL color Cylindrical-coordinate representation of color #88839A: hue angle of 253.04º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88839A is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 131 | 154 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.40 |
| HSL | 253.04º | 0.1% | 0.56% | - |
| HSV(B) | 253.04º | 0.15% | 0.6% | - |
| XYZ | 24.1 | 23.8 | 33.9 | - |
| YUV | 135.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 154 | 0.12 | 0.15 | 0 | 0.40 | 253.04 | 0.1 | 0.56 |
| Hex | 88 | 83 | 9A | C | F | 0 | 28 | FD | A | 38 |
| Octal | 210 | 203 | 232 | 14 | 17 | 0 | 50 | 375 | 12 | 70 |
| Binary | 10001000 | 10000011 | 10011010 | 1100 | 1111 | 0 | 101000 | 11111101 | 1010 | 111000 |
Color Harmonies of #88839A
Complementary color
Monochromatic Colors of #88839A
Black with #88839A
Text Example
Text Example
White with #88839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88839A; }
p { color: rgb(136,131,154); }
H1.HeaderClassName
{
color: #88839A;
}
.AnyTagClassName
{
color: #88839A;
}
</style>
background-color css
<style>
a { background-color: #88839A; }
a { background-color: rgb(136,131,154); }
div.DivClassName
{
background-color: #88839A;
}
.BgClassName
{
background-color: #88839A;
}
</style>
border-color css
<style>
span { border-color: #88839A; }
span { border-color: rgb(136,131,154); }
td.TdClassName
{
border-color: #88839A;
}
.TagClassName
{
border-color: #88839A;
}
</style>