Shades of Grey Suit #8C899B
Tints of Grey Suit #8C899B
RGB
CMYK
RGB Variations
Color information
#8C899B (or 0x8C899B) is known color: Grey Suit. HEX triplet: 8C, 89 and 9B. RGB value is (140,137,155). Sum of RGB (Red+Green+Blue) = 140+137+155=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C899B is #737664. Grayscale: #8B8B8B. Windows color (decimal): -7566949 or 10193292. OLE color: 10193292.
HSL color Cylindrical-coordinate representation of color #8C899B: hue angle of 250º degrees, saturation: 0.08, 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 #8C899B is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 137 | 155 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.39 |
| HSL | 250º | 0.08% | 0.57% | - |
| HSV(B) | 250º | 0.12% | 0.61% | - |
| XYZ | 25.68 | 25.83 | 34.64 | - |
| YUV | 139.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 155 | 0.10 | 0.12 | 0 | 0.39 | 250 | 0.08 | 0.57 |
| Hex | 8C | 89 | 9B | A | C | 0 | 27 | FA | 8 | 39 |
| Octal | 214 | 211 | 233 | 12 | 14 | 0 | 47 | 372 | 10 | 71 |
| Binary | 10001100 | 10001001 | 10011011 | 1010 | 1100 | 0 | 100111 | 11111010 | 1000 | 111001 |
Color Harmonies of #8C899B
Complementary color
Monochromatic Colors of #8C899B
Black with #8C899B
Text Example
Text Example
White with #8C899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C899B; }
p { color: rgb(140,137,155); }
H1.HeaderClassName
{
color: #8C899B;
}
.AnyTagClassName
{
color: #8C899B;
}
</style>
background-color css
<style>
a { background-color: #8C899B; }
a { background-color: rgb(140,137,155); }
div.DivClassName
{
background-color: #8C899B;
}
.BgClassName
{
background-color: #8C899B;
}
</style>
border-color css
<style>
span { border-color: #8C899B; }
span { border-color: rgb(140,137,155); }
td.TdClassName
{
border-color: #8C899B;
}
.TagClassName
{
border-color: #8C899B;
}
</style>