Shades of Topaz #897B98
Tints of Topaz #897B98
RGB
CMYK
RGB Variations
Color information
#897B98 (or 0x897B98) is known color: Topaz. HEX triplet: 89, 7B and 98. RGB value is (137,123,152). Sum of RGB (Red+Green+Blue) = 137+123+152=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #897B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B98 is #768467. Grayscale: #828282. Windows color (decimal): -7767144 or 9993097. OLE color: 9993097.
HSL color Cylindrical-coordinate representation of color #897B98: hue angle of 268.97º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897B98 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 123 | 152 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.40 |
| HSL | 268.97º | 0.12% | 0.54% | - |
| HSV(B) | 268.97º | 0.19% | 0.6% | - |
| XYZ | 23.07 | 21.75 | 32.69 | - |
| YUV | 130.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 152 | 0.10 | 0.19 | 0 | 0.40 | 268.97 | 0.12 | 0.54 |
| Hex | 89 | 7B | 98 | A | 13 | 0 | 28 | 10D | C | 36 |
| Octal | 211 | 173 | 230 | 12 | 23 | 0 | 50 | 415 | 14 | 66 |
| Binary | 10001001 | 1111011 | 10011000 | 1010 | 10011 | 0 | 101000 | 100001101 | 1100 | 110110 |
Color Harmonies of #897B98
Complementary color
Monochromatic Colors of #897B98
Black with #897B98
Text Example
Text Example
White with #897B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B98; }
p { color: rgb(137,123,152); }
H1.HeaderClassName
{
color: #897B98;
}
.AnyTagClassName
{
color: #897B98;
}
</style>
background-color css
<style>
a { background-color: #897B98; }
a { background-color: rgb(137,123,152); }
div.DivClassName
{
background-color: #897B98;
}
.BgClassName
{
background-color: #897B98;
}
</style>
border-color css
<style>
span { border-color: #897B98; }
span { border-color: rgb(137,123,152); }
td.TdClassName
{
border-color: #897B98;
}
.TagClassName
{
border-color: #897B98;
}
</style>