Shades of Grey Suit #88879F
Tints of Grey Suit #88879F
RGB
CMYK
RGB Variations
Color information
#88879F (or 0x88879F) is known color: Grey Suit. HEX triplet: 88, 87 and 9F. RGB value is (136,135,159). Sum of RGB (Red+Green+Blue) = 136+135+159=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #88879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88879F is #777860. Grayscale: #898989. Windows color (decimal): -7829601 or 10454920. OLE color: 10454920.
HSL color Cylindrical-coordinate representation of color #88879F: hue angle of 242.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88879F is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 135 | 159 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.38 |
| HSL | 242.5º | 0.11% | 0.58% | - |
| HSV(B) | 242.5º | 0.15% | 0.62% | - |
| XYZ | 25.08 | 25.07 | 36.32 | - |
| YUV | 138.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 159 | 0.14 | 0.15 | 0 | 0.38 | 242.5 | 0.11 | 0.58 |
| Hex | 88 | 87 | 9F | E | F | 0 | 26 | F2 | B | 3A |
| Octal | 210 | 207 | 237 | 16 | 17 | 0 | 46 | 362 | 13 | 72 |
| Binary | 10001000 | 10000111 | 10011111 | 1110 | 1111 | 0 | 100110 | 11110010 | 1011 | 111010 |
Color Harmonies of #88879F
Complementary color
Monochromatic Colors of #88879F
Black with #88879F
Text Example
Text Example
White with #88879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88879F; }
p { color: rgb(136,135,159); }
H1.HeaderClassName
{
color: #88879F;
}
.AnyTagClassName
{
color: #88879F;
}
</style>
background-color css
<style>
a { background-color: #88879F; }
a { background-color: rgb(136,135,159); }
div.DivClassName
{
background-color: #88879F;
}
.BgClassName
{
background-color: #88879F;
}
</style>
border-color css
<style>
span { border-color: #88879F; }
span { border-color: rgb(136,135,159); }
td.TdClassName
{
border-color: #88879F;
}
.TagClassName
{
border-color: #88879F;
}
</style>