Shades of Topaz #897E95
Tints of Topaz #897E95
RGB
CMYK
RGB Variations
Color information
#897E95 (or 0x897E95) is known color: Topaz. HEX triplet: 89, 7E and 95. RGB value is (137,126,149). Sum of RGB (Red+Green+Blue) = 137+126+149=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #897E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E95 is #76816A. Grayscale: #838383. Windows color (decimal): -7766379 or 9797257. OLE color: 9797257.
HSL color Cylindrical-coordinate representation of color #897E95: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897E95 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 126 | 149 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.42 |
| HSL | 268.7º | 0.1% | 0.54% | - |
| HSV(B) | 268.7º | 0.15% | 0.58% | - |
| XYZ | 23.2 | 22.41 | 31.54 | - |
| YUV | 131.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 149 | 0.08 | 0.15 | 0 | 0.42 | 268.7 | 0.1 | 0.54 |
| Hex | 89 | 7E | 95 | 8 | F | 0 | 2A | 10D | A | 36 |
| Octal | 211 | 176 | 225 | 10 | 17 | 0 | 52 | 415 | 12 | 66 |
| Binary | 10001001 | 1111110 | 10010101 | 1000 | 1111 | 0 | 101010 | 100001101 | 1010 | 110110 |
Color Harmonies of #897E95
Complementary color
Monochromatic Colors of #897E95
Black with #897E95
Text Example
Text Example
White with #897E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E95; }
p { color: rgb(137,126,149); }
H1.HeaderClassName
{
color: #897E95;
}
.AnyTagClassName
{
color: #897E95;
}
</style>
background-color css
<style>
a { background-color: #897E95; }
a { background-color: rgb(137,126,149); }
div.DivClassName
{
background-color: #897E95;
}
.BgClassName
{
background-color: #897E95;
}
</style>
border-color css
<style>
span { border-color: #897E95; }
span { border-color: rgb(137,126,149); }
td.TdClassName
{
border-color: #897E95;
}
.TagClassName
{
border-color: #897E95;
}
</style>