Shades of Topaz #898092
Tints of Topaz #898092
RGB
CMYK
RGB Variations
Color information
#898092 (or 0x898092) is known color: Topaz. HEX triplet: 89, 80 and 92. RGB value is (137,128,146). Sum of RGB (Red+Green+Blue) = 137+128+146=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #898092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898092 is #767F6D. Grayscale: #848484. Windows color (decimal): -7765870 or 9601161. OLE color: 9601161.
HSL color Cylindrical-coordinate representation of color #898092: hue angle of 270º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898092 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 128 | 146 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.43 |
| HSL | 270º | 0.08% | 0.54% | - |
| HSV(B) | 270º | 0.12% | 0.57% | - |
| XYZ | 23.22 | 22.83 | 30.38 | - |
| YUV | 132.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 146 | 0.06 | 0.12 | 0 | 0.43 | 270 | 0.08 | 0.54 |
| Hex | 89 | 80 | 92 | 6 | C | 0 | 2B | 10E | 8 | 36 |
| Octal | 211 | 200 | 222 | 6 | 14 | 0 | 53 | 416 | 10 | 66 |
| Binary | 10001001 | 10000000 | 10010010 | 110 | 1100 | 0 | 101011 | 100001110 | 1000 | 110110 |
Color Harmonies of #898092
Complementary color
Monochromatic Colors of #898092
Black with #898092
Text Example
Text Example
White with #898092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898092; }
p { color: rgb(137,128,146); }
H1.HeaderClassName
{
color: #898092;
}
.AnyTagClassName
{
color: #898092;
}
</style>
background-color css
<style>
a { background-color: #898092; }
a { background-color: rgb(137,128,146); }
div.DivClassName
{
background-color: #898092;
}
.BgClassName
{
background-color: #898092;
}
</style>
border-color css
<style>
span { border-color: #898092; }
span { border-color: rgb(137,128,146); }
td.TdClassName
{
border-color: #898092;
}
.TagClassName
{
border-color: #898092;
}
</style>