Shades of Grey Suit #8C8899
Tints of Grey Suit #8C8899
RGB
CMYK
RGB Variations
Color information
#8C8899 (or 0x8C8899) is known color: Grey Suit. HEX triplet: 8C, 88 and 99. RGB value is (140,136,153). Sum of RGB (Red+Green+Blue) = 140+136+153=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8899 is #737766. Grayscale: #8B8B8B. Windows color (decimal): -7567207 or 10061964. OLE color: 10061964.
HSL color Cylindrical-coordinate representation of color #8C8899: hue angle of 254.12º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C8899 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 136 | 153 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.4 |
| HSL | 254.12º | 0.08% | 0.57% | - |
| HSV(B) | 254.12º | 0.11% | 0.6% | - |
| XYZ | 25.37 | 25.48 | 33.72 | - |
| YUV | 139.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 153 | 0.08 | 0.11 | 0 | 0.4 | 254.12 | 0.08 | 0.57 |
| Hex | 8C | 88 | 99 | 8 | B | 0 | 28 | FE | 8 | 39 |
| Octal | 214 | 210 | 231 | 10 | 13 | 0 | 50 | 376 | 10 | 71 |
| Binary | 10001100 | 10001000 | 10011001 | 1000 | 1011 | 0 | 101000 | 11111110 | 1000 | 111001 |
Color Harmonies of #8C8899
Complementary color
Monochromatic Colors of #8C8899
Black with #8C8899
Text Example
Text Example
White with #8C8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8899; }
p { color: rgb(140,136,153); }
H1.HeaderClassName
{
color: #8C8899;
}
.AnyTagClassName
{
color: #8C8899;
}
</style>
background-color css
<style>
a { background-color: #8C8899; }
a { background-color: rgb(140,136,153); }
div.DivClassName
{
background-color: #8C8899;
}
.BgClassName
{
background-color: #8C8899;
}
</style>
border-color css
<style>
span { border-color: #8C8899; }
span { border-color: rgb(140,136,153); }
td.TdClassName
{
border-color: #8C8899;
}
.TagClassName
{
border-color: #8C8899;
}
</style>