Shades of Topaz #898490
Tints of Topaz #898490
RGB
CMYK
RGB Variations
Color information
#898490 (or 0x898490) is known color: Topaz. HEX triplet: 89, 84 and 90. RGB value is (137,132,144). Sum of RGB (Red+Green+Blue) = 137+132+144=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 144 - color contains mainly: blue. Hex color #898490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898490 is #767B6F. Grayscale: #868686. Windows color (decimal): -7764848 or 9471113. OLE color: 9471113.
HSL color Cylindrical-coordinate representation of color #898490: hue angle of 265º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #898490 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 132 | 144 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.44 |
| HSL | 265º | 0.05% | 0.54% | - |
| HSV(B) | 265º | 0.08% | 0.56% | - |
| XYZ | 23.6 | 23.83 | 29.74 | - |
| YUV | 134.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 144 | 0.05 | 0.08 | 0 | 0.44 | 265 | 0.05 | 0.54 |
| Hex | 89 | 84 | 90 | 5 | 8 | 0 | 2C | 109 | 5 | 36 |
| Octal | 211 | 204 | 220 | 5 | 10 | 0 | 54 | 411 | 5 | 66 |
| Binary | 10001001 | 10000100 | 10010000 | 101 | 1000 | 0 | 101100 | 100001001 | 101 | 110110 |
Color Harmonies of #898490
Complementary color
Monochromatic Colors of #898490
Black with #898490
Text Example
Text Example
White with #898490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898490; }
p { color: rgb(137,132,144); }
H1.HeaderClassName
{
color: #898490;
}
.AnyTagClassName
{
color: #898490;
}
</style>
background-color css
<style>
a { background-color: #898490; }
a { background-color: rgb(137,132,144); }
div.DivClassName
{
background-color: #898490;
}
.BgClassName
{
background-color: #898490;
}
</style>
border-color css
<style>
span { border-color: #898490; }
span { border-color: rgb(137,132,144); }
td.TdClassName
{
border-color: #898490;
}
.TagClassName
{
border-color: #898490;
}
</style>