Shades of Topaz #898394
Tints of Topaz #898394
RGB
CMYK
RGB Variations
Color information
#898394 (or 0x898394) is known color: Topaz. HEX triplet: 89, 83 and 94. RGB value is (137,131,148). Sum of RGB (Red+Green+Blue) = 137+131+148=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #898394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898394 is #767C6B. Grayscale: #868686. Windows color (decimal): -7765100 or 9733001. OLE color: 9733001.
HSL color Cylindrical-coordinate representation of color #898394: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #898394 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 131 | 148 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.42 |
| HSL | 261.18º | 0.07% | 0.55% | - |
| HSV(B) | 261.18º | 0.11% | 0.58% | - |
| XYZ | 23.78 | 23.69 | 31.34 | - |
| YUV | 134.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 148 | 0.07 | 0.11 | 0 | 0.42 | 261.18 | 0.07 | 0.55 |
| Hex | 89 | 83 | 94 | 7 | B | 0 | 2A | 105 | 7 | 37 |
| Octal | 211 | 203 | 224 | 7 | 13 | 0 | 52 | 405 | 7 | 67 |
| Binary | 10001001 | 10000011 | 10010100 | 111 | 1011 | 0 | 101010 | 100000101 | 111 | 110111 |
Color Harmonies of #898394
Complementary color
Monochromatic Colors of #898394
Black with #898394
Text Example
Text Example
White with #898394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898394; }
p { color: rgb(137,131,148); }
H1.HeaderClassName
{
color: #898394;
}
.AnyTagClassName
{
color: #898394;
}
</style>
background-color css
<style>
a { background-color: #898394; }
a { background-color: rgb(137,131,148); }
div.DivClassName
{
background-color: #898394;
}
.BgClassName
{
background-color: #898394;
}
</style>
border-color css
<style>
span { border-color: #898394; }
span { border-color: rgb(137,131,148); }
td.TdClassName
{
border-color: #898394;
}
.TagClassName
{
border-color: #898394;
}
</style>