Shades of Grey Suit #8A8891
Tints of Grey Suit #8A8891
RGB
CMYK
RGB Variations
Color information
#8A8891 (or 0x8A8891) is known color: Grey Suit. HEX triplet: 8A, 88 and 91. RGB value is (138,136,145). Sum of RGB (Red+Green+Blue) = 138+136+145=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8891 is #75776E. Grayscale: #898989. Windows color (decimal): -7698287 or 9537674. OLE color: 9537674.
HSL color Cylindrical-coordinate representation of color #8A8891: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8891 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 136 | 145 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.43 |
| HSL | 253.33º | 0.04% | 0.55% | - |
| HSV(B) | 253.33º | 0.06% | 0.57% | - |
| XYZ | 24.4 | 25.06 | 30.34 | - |
| YUV | 137.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 145 | 0.05 | 0.06 | 0 | 0.43 | 253.33 | 0.04 | 0.55 |
| Hex | 8A | 88 | 91 | 5 | 6 | 0 | 2B | FD | 4 | 37 |
| Octal | 212 | 210 | 221 | 5 | 6 | 0 | 53 | 375 | 4 | 67 |
| Binary | 10001010 | 10001000 | 10010001 | 101 | 110 | 0 | 101011 | 11111101 | 100 | 110111 |
Color Harmonies of #8A8891
Complementary color
Monochromatic Colors of #8A8891
Black with #8A8891
Text Example
Text Example
White with #8A8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8891; }
p { color: rgb(138,136,145); }
H1.HeaderClassName
{
color: #8A8891;
}
.AnyTagClassName
{
color: #8A8891;
}
</style>
background-color css
<style>
a { background-color: #8A8891; }
a { background-color: rgb(138,136,145); }
div.DivClassName
{
background-color: #8A8891;
}
.BgClassName
{
background-color: #8A8891;
}
</style>
border-color css
<style>
span { border-color: #8A8891; }
span { border-color: rgb(138,136,145); }
td.TdClassName
{
border-color: #8A8891;
}
.TagClassName
{
border-color: #8A8891;
}
</style>