Shades of Grey Suit #8A889F
Tints of Grey Suit #8A889F
RGB
CMYK
RGB Variations
Color information
#8A889F (or 0x8A889F) is known color: Grey Suit. HEX triplet: 8A, 88 and 9F. RGB value is (138,136,159). Sum of RGB (Red+Green+Blue) = 138+136+159=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A889F is #757760. Grayscale: #8B8B8B. Windows color (decimal): -7698273 or 10455178. OLE color: 10455178.
HSL color Cylindrical-coordinate representation of color #8A889F: hue angle of 245.22º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A889F is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 136 | 159 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.38 |
| HSL | 245.22º | 0.11% | 0.58% | - |
| HSV(B) | 245.22º | 0.14% | 0.62% | - |
| XYZ | 25.54 | 25.51 | 36.38 | - |
| YUV | 139.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 159 | 0.13 | 0.14 | 0 | 0.38 | 245.22 | 0.11 | 0.58 |
| Hex | 8A | 88 | 9F | D | E | 0 | 26 | F5 | B | 3A |
| Octal | 212 | 210 | 237 | 15 | 16 | 0 | 46 | 365 | 13 | 72 |
| Binary | 10001010 | 10001000 | 10011111 | 1101 | 1110 | 0 | 100110 | 11110101 | 1011 | 111010 |
Color Harmonies of #8A889F
Complementary color
Monochromatic Colors of #8A889F
Black with #8A889F
Text Example
Text Example
White with #8A889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A889F; }
p { color: rgb(138,136,159); }
H1.HeaderClassName
{
color: #8A889F;
}
.AnyTagClassName
{
color: #8A889F;
}
</style>
background-color css
<style>
a { background-color: #8A889F; }
a { background-color: rgb(138,136,159); }
div.DivClassName
{
background-color: #8A889F;
}
.BgClassName
{
background-color: #8A889F;
}
</style>
border-color css
<style>
span { border-color: #8A889F; }
span { border-color: rgb(138,136,159); }
td.TdClassName
{
border-color: #8A889F;
}
.TagClassName
{
border-color: #8A889F;
}
</style>