Shades of Suva Grey #8A8989
Tints of Suva Grey #8A8989
RGB
CMYK
RGB Variations
Color information
#8A8989 (or 0x8A8989) is known color: Suva Grey. HEX triplet: 8A, 89 and 89. RGB value is (138,137,137). Sum of RGB (Red+Green+Blue) = 138+137+137=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8989 is #757676. Grayscale: #898989. Windows color (decimal): -7698039 or 9013642. OLE color: 9013642.
HSL color Cylindrical-coordinate representation of color #8A8989: hue angle of 0º degrees, saturation: 0, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8A8989 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 137 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.46 |
| HSL | 0º | 0% | 0.54% | - |
| HSV(B) | 0º | 0.01% | 0.54% | - |
| XYZ | 23.94 | 25.1 | 27.25 | - |
| YUV | 137.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 137 | 0 | 0.01 | 0.01 | 0.46 | 0 | 0 | 0.54 |
| Hex | 8A | 89 | 89 | 0 | 1 | 1 | 2E | 0 | 0 | 36 |
| Octal | 212 | 211 | 211 | 0 | 1 | 1 | 56 | 0 | 0 | 66 |
| Binary | 10001010 | 10001001 | 10001001 | 0 | 1 | 1 | 101110 | 0 | 0 | 110110 |
Color Harmonies of #8A8989
Complementary color
Monochromatic Colors of #8A8989
Black with #8A8989
Text Example
Text Example
White with #8A8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8989; }
p { color: rgb(138,137,137); }
H1.HeaderClassName
{
color: #8A8989;
}
.AnyTagClassName
{
color: #8A8989;
}
</style>
background-color css
<style>
a { background-color: #8A8989; }
a { background-color: rgb(138,137,137); }
div.DivClassName
{
background-color: #8A8989;
}
.BgClassName
{
background-color: #8A8989;
}
</style>
border-color css
<style>
span { border-color: #8A8989; }
span { border-color: rgb(138,137,137); }
td.TdClassName
{
border-color: #8A8989;
}
.TagClassName
{
border-color: #8A8989;
}
</style>