Shades of Grey Suit #88839B
Tints of Grey Suit #88839B
RGB
CMYK
RGB Variations
Color information
#88839B (or 0x88839B) is known color: Grey Suit. HEX triplet: 88, 83 and 9B. RGB value is (136,131,155). Sum of RGB (Red+Green+Blue) = 136+131+155=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #88839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88839B is #777C64. Grayscale: #878787. Windows color (decimal): -7830629 or 10191752. OLE color: 10191752.
HSL color Cylindrical-coordinate representation of color #88839B: hue angle of 252.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88839B is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 131 | 155 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.39 |
| HSL | 252.5º | 0.11% | 0.56% | - |
| HSV(B) | 252.5º | 0.15% | 0.61% | - |
| XYZ | 24.19 | 23.83 | 34.34 | - |
| YUV | 135.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 155 | 0.12 | 0.15 | 0 | 0.39 | 252.5 | 0.11 | 0.56 |
| Hex | 88 | 83 | 9B | C | F | 0 | 27 | FD | B | 38 |
| Octal | 210 | 203 | 233 | 14 | 17 | 0 | 47 | 375 | 13 | 70 |
| Binary | 10001000 | 10000011 | 10011011 | 1100 | 1111 | 0 | 100111 | 11111101 | 1011 | 111000 |
Color Harmonies of #88839B
Complementary color
Monochromatic Colors of #88839B
Black with #88839B
Text Example
Text Example
White with #88839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88839B; }
p { color: rgb(136,131,155); }
H1.HeaderClassName
{
color: #88839B;
}
.AnyTagClassName
{
color: #88839B;
}
</style>
background-color css
<style>
a { background-color: #88839B; }
a { background-color: rgb(136,131,155); }
div.DivClassName
{
background-color: #88839B;
}
.BgClassName
{
background-color: #88839B;
}
</style>
border-color css
<style>
span { border-color: #88839B; }
span { border-color: rgb(136,131,155); }
td.TdClassName
{
border-color: #88839B;
}
.TagClassName
{
border-color: #88839B;
}
</style>