Shades of Topaz #898393
Tints of Topaz #898393
RGB
CMYK
RGB Variations
Color information
#898393 (or 0x898393) is known color: Topaz. HEX triplet: 89, 83 and 93. RGB value is (137,131,147). Sum of RGB (Red+Green+Blue) = 137+131+147=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #898393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898393 is #767C6C. Grayscale: #868686. Windows color (decimal): -7765101 or 9667465. OLE color: 9667465.
HSL color Cylindrical-coordinate representation of color #898393: hue angle of 262.5º 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 #898393 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 131 | 147 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.42 |
| HSL | 262.5º | 0.07% | 0.55% | - |
| HSV(B) | 262.5º | 0.11% | 0.58% | - |
| XYZ | 23.7 | 23.66 | 30.92 | - |
| YUV | 134.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 147 | 0.07 | 0.11 | 0 | 0.42 | 262.5 | 0.07 | 0.55 |
| Hex | 89 | 83 | 93 | 7 | B | 0 | 2A | 106 | 7 | 37 |
| Octal | 211 | 203 | 223 | 7 | 13 | 0 | 52 | 406 | 7 | 67 |
| Binary | 10001001 | 10000011 | 10010011 | 111 | 1011 | 0 | 101010 | 100000110 | 111 | 110111 |
Color Harmonies of #898393
Complementary color
Monochromatic Colors of #898393
Black with #898393
Text Example
Text Example
White with #898393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898393; }
p { color: rgb(137,131,147); }
H1.HeaderClassName
{
color: #898393;
}
.AnyTagClassName
{
color: #898393;
}
</style>
background-color css
<style>
a { background-color: #898393; }
a { background-color: rgb(137,131,147); }
div.DivClassName
{
background-color: #898393;
}
.BgClassName
{
background-color: #898393;
}
</style>
border-color css
<style>
span { border-color: #898393; }
span { border-color: rgb(137,131,147); }
td.TdClassName
{
border-color: #898393;
}
.TagClassName
{
border-color: #898393;
}
</style>