Shades of Topaz #897A93
Tints of Topaz #897A93
RGB
CMYK
RGB Variations
Color information
#897A93 (or 0x897A93) is known color: Topaz. HEX triplet: 89, 7A and 93. RGB value is (137,122,147). Sum of RGB (Red+Green+Blue) = 137+122+147=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #897A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A93 is #76856C. Grayscale: #818181. Windows color (decimal): -7767405 or 9665161. OLE color: 9665161.
HSL color Cylindrical-coordinate representation of color #897A93: hue angle of 276º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897A93 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 122 | 147 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.42 |
| HSL | 276º | 0.1% | 0.53% | - |
| HSV(B) | 276º | 0.17% | 0.58% | - |
| XYZ | 22.54 | 21.34 | 30.54 | - |
| YUV | 129.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 147 | 0.07 | 0.17 | 0 | 0.42 | 276 | 0.1 | 0.53 |
| Hex | 89 | 7A | 93 | 7 | 11 | 0 | 2A | 114 | A | 35 |
| Octal | 211 | 172 | 223 | 7 | 21 | 0 | 52 | 424 | 12 | 65 |
| Binary | 10001001 | 1111010 | 10010011 | 111 | 10001 | 0 | 101010 | 100010100 | 1010 | 110101 |
Color Harmonies of #897A93
Complementary color
Monochromatic Colors of #897A93
Black with #897A93
Text Example
Text Example
White with #897A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A93; }
p { color: rgb(137,122,147); }
H1.HeaderClassName
{
color: #897A93;
}
.AnyTagClassName
{
color: #897A93;
}
</style>
background-color css
<style>
a { background-color: #897A93; }
a { background-color: rgb(137,122,147); }
div.DivClassName
{
background-color: #897A93;
}
.BgClassName
{
background-color: #897A93;
}
</style>
border-color css
<style>
span { border-color: #897A93; }
span { border-color: rgb(137,122,147); }
td.TdClassName
{
border-color: #897A93;
}
.TagClassName
{
border-color: #897A93;
}
</style>