Shades of Grey Suit #8C89A2
Tints of Grey Suit #8C89A2
RGB
CMYK
RGB Variations
Color information
#8C89A2 (or 0x8C89A2) is known color: Grey Suit. HEX triplet: 8C, 89 and A2. RGB value is (140,137,162). Sum of RGB (Red+Green+Blue) = 140+137+162=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C89A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C89A2 is #73765D. Grayscale: #8C8C8C. Windows color (decimal): -7566942 or 10652044. OLE color: 10652044.
HSL color Cylindrical-coordinate representation of color #8C89A2: hue angle of 247.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C89A2 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 137 | 162 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.36 |
| HSL | 247.2º | 0.12% | 0.59% | - |
| HSV(B) | 247.2º | 0.15% | 0.64% | - |
| XYZ | 26.28 | 26.08 | 37.83 | - |
| YUV | 140.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 162 | 0.14 | 0.15 | 0 | 0.36 | 247.2 | 0.12 | 0.59 |
| Hex | 8C | 89 | A2 | E | F | 0 | 24 | F7 | C | 3B |
| Octal | 214 | 211 | 242 | 16 | 17 | 0 | 44 | 367 | 14 | 73 |
| Binary | 10001100 | 10001001 | 10100010 | 1110 | 1111 | 0 | 100100 | 11110111 | 1100 | 111011 |
Color Harmonies of #8C89A2
Complementary color
Monochromatic Colors of #8C89A2
Black with #8C89A2
Text Example
Text Example
White with #8C89A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89A2; }
p { color: rgb(140,137,162); }
H1.HeaderClassName
{
color: #8C89A2;
}
.AnyTagClassName
{
color: #8C89A2;
}
</style>
background-color css
<style>
a { background-color: #8C89A2; }
a { background-color: rgb(140,137,162); }
div.DivClassName
{
background-color: #8C89A2;
}
.BgClassName
{
background-color: #8C89A2;
}
</style>
border-color css
<style>
span { border-color: #8C89A2; }
span { border-color: rgb(140,137,162); }
td.TdClassName
{
border-color: #8C89A2;
}
.TagClassName
{
border-color: #8C89A2;
}
</style>