Shades of Topaz #897894
Tints of Topaz #897894
RGB
CMYK
RGB Variations
Color information
#897894 (or 0x897894) is known color: Topaz. HEX triplet: 89, 78 and 94. RGB value is (137,120,148). Sum of RGB (Red+Green+Blue) = 137+120+148=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #897894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897894 is #76876B. Grayscale: #808080. Windows color (decimal): -7767916 or 9730185. OLE color: 9730185.
HSL color Cylindrical-coordinate representation of color #897894: hue angle of 276.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897894 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 120 | 148 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.42 |
| HSL | 276.43º | 0.12% | 0.53% | - |
| HSV(B) | 276.43º | 0.19% | 0.58% | - |
| XYZ | 22.38 | 20.89 | 30.87 | - |
| YUV | 128.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 148 | 0.07 | 0.19 | 0 | 0.42 | 276.43 | 0.12 | 0.53 |
| Hex | 89 | 78 | 94 | 7 | 13 | 0 | 2A | 114 | C | 35 |
| Octal | 211 | 170 | 224 | 7 | 23 | 0 | 52 | 424 | 14 | 65 |
| Binary | 10001001 | 1111000 | 10010100 | 111 | 10011 | 0 | 101010 | 100010100 | 1100 | 110101 |
Color Harmonies of #897894
Complementary color
Monochromatic Colors of #897894
Black with #897894
Text Example
Text Example
White with #897894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897894; }
p { color: rgb(137,120,148); }
H1.HeaderClassName
{
color: #897894;
}
.AnyTagClassName
{
color: #897894;
}
</style>
background-color css
<style>
a { background-color: #897894; }
a { background-color: rgb(137,120,148); }
div.DivClassName
{
background-color: #897894;
}
.BgClassName
{
background-color: #897894;
}
</style>
border-color css
<style>
span { border-color: #897894; }
span { border-color: rgb(137,120,148); }
td.TdClassName
{
border-color: #897894;
}
.TagClassName
{
border-color: #897894;
}
</style>