Shades of Grey Suit #8C889B
Tints of Grey Suit #8C889B
RGB
CMYK
RGB Variations
Color information
#8C889B (or 0x8C889B) is known color: Grey Suit. HEX triplet: 8C, 88 and 9B. RGB value is (140,136,155). Sum of RGB (Red+Green+Blue) = 140+136+155=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C889B is #737764. Grayscale: #8B8B8B. Windows color (decimal): -7567205 or 10193036. OLE color: 10193036.
HSL color Cylindrical-coordinate representation of color #8C889B: hue angle of 252.63º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C889B is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 136 | 155 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.39 |
| HSL | 252.63º | 0.09% | 0.57% | - |
| HSV(B) | 252.63º | 0.12% | 0.61% | - |
| XYZ | 25.54 | 25.55 | 34.6 | - |
| YUV | 139.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 155 | 0.10 | 0.12 | 0 | 0.39 | 252.63 | 0.09 | 0.57 |
| Hex | 8C | 88 | 9B | A | C | 0 | 27 | FD | 9 | 39 |
| Octal | 214 | 210 | 233 | 12 | 14 | 0 | 47 | 375 | 11 | 71 |
| Binary | 10001100 | 10001000 | 10011011 | 1010 | 1100 | 0 | 100111 | 11111101 | 1001 | 111001 |
Color Harmonies of #8C889B
Complementary color
Monochromatic Colors of #8C889B
Black with #8C889B
Text Example
Text Example
White with #8C889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C889B; }
p { color: rgb(140,136,155); }
H1.HeaderClassName
{
color: #8C889B;
}
.AnyTagClassName
{
color: #8C889B;
}
</style>
background-color css
<style>
a { background-color: #8C889B; }
a { background-color: rgb(140,136,155); }
div.DivClassName
{
background-color: #8C889B;
}
.BgClassName
{
background-color: #8C889B;
}
</style>
border-color css
<style>
span { border-color: #8C889B; }
span { border-color: rgb(140,136,155); }
td.TdClassName
{
border-color: #8C889B;
}
.TagClassName
{
border-color: #8C889B;
}
</style>