Shades of Topaz #897F96
Tints of Topaz #897F96
RGB
CMYK
RGB Variations
Color information
#897F96 (or 0x897F96) is known color: Topaz. HEX triplet: 89, 7F and 96. RGB value is (137,127,150). Sum of RGB (Red+Green+Blue) = 137+127+150=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #897F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F96 is #768069. Grayscale: #848484. Windows color (decimal): -7766122 or 9863049. OLE color: 9863049.
HSL color Cylindrical-coordinate representation of color #897F96: hue angle of 266.09º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897F96 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 127 | 150 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.41 |
| HSL | 266.09º | 0.1% | 0.54% | - |
| HSV(B) | 266.09º | 0.15% | 0.59% | - |
| XYZ | 23.41 | 22.7 | 32 | - |
| YUV | 132.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 150 | 0.09 | 0.15 | 0 | 0.41 | 266.09 | 0.1 | 0.54 |
| Hex | 89 | 7F | 96 | 9 | F | 0 | 29 | 10A | A | 36 |
| Octal | 211 | 177 | 226 | 11 | 17 | 0 | 51 | 412 | 12 | 66 |
| Binary | 10001001 | 1111111 | 10010110 | 1001 | 1111 | 0 | 101001 | 100001010 | 1010 | 110110 |
Color Harmonies of #897F96
Complementary color
Monochromatic Colors of #897F96
Black with #897F96
Text Example
Text Example
White with #897F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F96; }
p { color: rgb(137,127,150); }
H1.HeaderClassName
{
color: #897F96;
}
.AnyTagClassName
{
color: #897F96;
}
</style>
background-color css
<style>
a { background-color: #897F96; }
a { background-color: rgb(137,127,150); }
div.DivClassName
{
background-color: #897F96;
}
.BgClassName
{
background-color: #897F96;
}
</style>
border-color css
<style>
span { border-color: #897F96; }
span { border-color: rgb(137,127,150); }
td.TdClassName
{
border-color: #897F96;
}
.TagClassName
{
border-color: #897F96;
}
</style>