Shades of Grey Suit #888494
Tints of Grey Suit #888494
RGB
CMYK
RGB Variations
Color information
#888494 (or 0x888494) is known color: Grey Suit. HEX triplet: 88, 84 and 94. RGB value is (136,132,148). Sum of RGB (Red+Green+Blue) = 136+132+148=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #888494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888494 is #777B6B. Grayscale: #868686. Windows color (decimal): -7830380 or 9733256. OLE color: 9733256.
HSL color Cylindrical-coordinate representation of color #888494: hue angle of 255º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888494 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 132 | 148 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.42 |
| HSL | 255º | 0.07% | 0.55% | - |
| HSV(B) | 255º | 0.11% | 0.58% | - |
| XYZ | 23.75 | 23.87 | 31.37 | - |
| YUV | 135.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 148 | 0.08 | 0.11 | 0 | 0.42 | 255 | 0.07 | 0.55 |
| Hex | 88 | 84 | 94 | 8 | B | 0 | 2A | FF | 7 | 37 |
| Octal | 210 | 204 | 224 | 10 | 13 | 0 | 52 | 377 | 7 | 67 |
| Binary | 10001000 | 10000100 | 10010100 | 1000 | 1011 | 0 | 101010 | 11111111 | 111 | 110111 |
Color Harmonies of #888494
Complementary color
Monochromatic Colors of #888494
Black with #888494
Text Example
Text Example
White with #888494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888494; }
p { color: rgb(136,132,148); }
H1.HeaderClassName
{
color: #888494;
}
.AnyTagClassName
{
color: #888494;
}
</style>
background-color css
<style>
a { background-color: #888494; }
a { background-color: rgb(136,132,148); }
div.DivClassName
{
background-color: #888494;
}
.BgClassName
{
background-color: #888494;
}
</style>
border-color css
<style>
span { border-color: #888494; }
span { border-color: rgb(136,132,148); }
td.TdClassName
{
border-color: #888494;
}
.TagClassName
{
border-color: #888494;
}
</style>