Shades of Topaz #897D98
Tints of Topaz #897D98
RGB
CMYK
RGB Variations
Color information
#897D98 (or 0x897D98) is known color: Topaz. HEX triplet: 89, 7D and 98. RGB value is (137,125,152). Sum of RGB (Red+Green+Blue) = 137+125+152=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #897D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D98 is #768267. Grayscale: #838383. Windows color (decimal): -7766632 or 9993609. OLE color: 9993609.
HSL color Cylindrical-coordinate representation of color #897D98: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897D98 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 125 | 152 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.40 |
| HSL | 266.67º | 0.12% | 0.54% | - |
| HSV(B) | 266.67º | 0.18% | 0.6% | - |
| XYZ | 23.32 | 22.25 | 32.77 | - |
| YUV | 131.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 152 | 0.10 | 0.18 | 0 | 0.40 | 266.67 | 0.12 | 0.54 |
| Hex | 89 | 7D | 98 | A | 12 | 0 | 28 | 10B | C | 36 |
| Octal | 211 | 175 | 230 | 12 | 22 | 0 | 50 | 413 | 14 | 66 |
| Binary | 10001001 | 1111101 | 10011000 | 1010 | 10010 | 0 | 101000 | 100001011 | 1100 | 110110 |
Color Harmonies of #897D98
Complementary color
Monochromatic Colors of #897D98
Black with #897D98
Text Example
Text Example
White with #897D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D98; }
p { color: rgb(137,125,152); }
H1.HeaderClassName
{
color: #897D98;
}
.AnyTagClassName
{
color: #897D98;
}
</style>
background-color css
<style>
a { background-color: #897D98; }
a { background-color: rgb(137,125,152); }
div.DivClassName
{
background-color: #897D98;
}
.BgClassName
{
background-color: #897D98;
}
</style>
border-color css
<style>
span { border-color: #897D98; }
span { border-color: rgb(137,125,152); }
td.TdClassName
{
border-color: #897D98;
}
.TagClassName
{
border-color: #897D98;
}
</style>