Shades of Grey Suit #8C89AC
Tints of Grey Suit #8C89AC
RGB
CMYK
RGB Variations
Color information
#8C89AC (or 0x8C89AC) is known color: Grey Suit. HEX triplet: 8C, 89 and AC. RGB value is (140,137,172). Sum of RGB (Red+Green+Blue) = 140+137+172=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C89AC is #737653. Grayscale: #8D8D8D. Windows color (decimal): -7566932 or 11307404. OLE color: 11307404.
HSL color Cylindrical-coordinate representation of color #8C89AC: hue angle of 245.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C89AC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 137 | 172 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.33 |
| HSL | 245.14º | 0.17% | 0.61% | - |
| HSV(B) | 245.14º | 0.2% | 0.67% | - |
| XYZ | 27.21 | 26.45 | 42.7 | - |
| YUV | 141.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 172 | 0.19 | 0.20 | 0 | 0.33 | 245.14 | 0.17 | 0.61 |
| Hex | 8C | 89 | AC | 13 | 14 | 0 | 21 | F5 | 11 | 3D |
| Octal | 214 | 211 | 254 | 23 | 24 | 0 | 41 | 365 | 21 | 75 |
| Binary | 10001100 | 10001001 | 10101100 | 10011 | 10100 | 0 | 100001 | 11110101 | 10001 | 111101 |
Color Harmonies of #8C89AC
Complementary color
Monochromatic Colors of #8C89AC
Black with #8C89AC
Text Example
Text Example
White with #8C89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89AC; }
p { color: rgb(140,137,172); }
H1.HeaderClassName
{
color: #8C89AC;
}
.AnyTagClassName
{
color: #8C89AC;
}
</style>
background-color css
<style>
a { background-color: #8C89AC; }
a { background-color: rgb(140,137,172); }
div.DivClassName
{
background-color: #8C89AC;
}
.BgClassName
{
background-color: #8C89AC;
}
</style>
border-color css
<style>
span { border-color: #8C89AC; }
span { border-color: rgb(140,137,172); }
td.TdClassName
{
border-color: #8C89AC;
}
.TagClassName
{
border-color: #8C89AC;
}
</style>