Shades of Grey Suit #8B89A0
Tints of Grey Suit #8B89A0
RGB
CMYK
RGB Variations
Color information
#8B89A0 (or 0x8B89A0) is known color: Grey Suit. HEX triplet: 8B, 89 and A0. RGB value is (139,137,160). Sum of RGB (Red+Green+Blue) = 139+137+160=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B89A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B89A0 is #74765F. Grayscale: #8C8C8C. Windows color (decimal): -7632480 or 10520971. OLE color: 10520971.
HSL color Cylindrical-coordinate representation of color #8B89A0: hue angle of 245.22º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B89A0 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 137 | 160 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.37 |
| HSL | 245.22º | 0.11% | 0.58% | - |
| HSV(B) | 245.22º | 0.14% | 0.63% | - |
| XYZ | 25.94 | 25.92 | 36.89 | - |
| YUV | 140.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 160 | 0.13 | 0.14 | 0 | 0.37 | 245.22 | 0.11 | 0.58 |
| Hex | 8B | 89 | A0 | D | E | 0 | 25 | F5 | B | 3A |
| Octal | 213 | 211 | 240 | 15 | 16 | 0 | 45 | 365 | 13 | 72 |
| Binary | 10001011 | 10001001 | 10100000 | 1101 | 1110 | 0 | 100101 | 11110101 | 1011 | 111010 |
Color Harmonies of #8B89A0
Complementary color
Monochromatic Colors of #8B89A0
Black with #8B89A0
Text Example
Text Example
White with #8B89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B89A0; }
p { color: rgb(139,137,160); }
H1.HeaderClassName
{
color: #8B89A0;
}
.AnyTagClassName
{
color: #8B89A0;
}
</style>
background-color css
<style>
a { background-color: #8B89A0; }
a { background-color: rgb(139,137,160); }
div.DivClassName
{
background-color: #8B89A0;
}
.BgClassName
{
background-color: #8B89A0;
}
</style>
border-color css
<style>
span { border-color: #8B89A0; }
span { border-color: rgb(139,137,160); }
td.TdClassName
{
border-color: #8B89A0;
}
.TagClassName
{
border-color: #8B89A0;
}
</style>