Shades of Topaz #897E90
Tints of Topaz #897E90
RGB
CMYK
RGB Variations
Color information
#897E90 (or 0x897E90) is known color: Topaz. HEX triplet: 89, 7E and 90. RGB value is (137,126,144). Sum of RGB (Red+Green+Blue) = 137+126+144=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: blue. Hex color #897E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E90 is #76816F. Grayscale: #838383. Windows color (decimal): -7766384 or 9469577. OLE color: 9469577.
HSL color Cylindrical-coordinate representation of color #897E90: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897E90 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 126 | 144 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.44 |
| HSL | 276.67º | 0.08% | 0.53% | - |
| HSV(B) | 276.67º | 0.13% | 0.56% | - |
| XYZ | 22.81 | 22.25 | 29.48 | - |
| YUV | 131.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 144 | 0.05 | 0.12 | 0 | 0.44 | 276.67 | 0.08 | 0.53 |
| Hex | 89 | 7E | 90 | 5 | C | 0 | 2C | 115 | 8 | 35 |
| Octal | 211 | 176 | 220 | 5 | 14 | 0 | 54 | 425 | 10 | 65 |
| Binary | 10001001 | 1111110 | 10010000 | 101 | 1100 | 0 | 101100 | 100010101 | 1000 | 110101 |
Color Harmonies of #897E90
Complementary color
Monochromatic Colors of #897E90
Black with #897E90
Text Example
Text Example
White with #897E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E90; }
p { color: rgb(137,126,144); }
H1.HeaderClassName
{
color: #897E90;
}
.AnyTagClassName
{
color: #897E90;
}
</style>
background-color css
<style>
a { background-color: #897E90; }
a { background-color: rgb(137,126,144); }
div.DivClassName
{
background-color: #897E90;
}
.BgClassName
{
background-color: #897E90;
}
</style>
border-color css
<style>
span { border-color: #897E90; }
span { border-color: rgb(137,126,144); }
td.TdClassName
{
border-color: #897E90;
}
.TagClassName
{
border-color: #897E90;
}
</style>