Shades of Topaz #897F93
Tints of Topaz #897F93
RGB
CMYK
RGB Variations
Color information
#897F93 (or 0x897F93) is known color: Topaz. HEX triplet: 89, 7F and 93. RGB value is (137,127,147). Sum of RGB (Red+Green+Blue) = 137+127+147=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #897F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F93 is #76806C. Grayscale: #848484. Windows color (decimal): -7766125 or 9666441. OLE color: 9666441.
HSL color Cylindrical-coordinate representation of color #897F93: hue angle of 270º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #897F93 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 127 | 147 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.42 |
| HSL | 270º | 0.08% | 0.54% | - |
| HSV(B) | 270º | 0.14% | 0.58% | - |
| XYZ | 23.17 | 22.6 | 30.75 | - |
| YUV | 132.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 147 | 0.07 | 0.14 | 0 | 0.42 | 270 | 0.08 | 0.54 |
| Hex | 89 | 7F | 93 | 7 | E | 0 | 2A | 10E | 8 | 36 |
| Octal | 211 | 177 | 223 | 7 | 16 | 0 | 52 | 416 | 10 | 66 |
| Binary | 10001001 | 1111111 | 10010011 | 111 | 1110 | 0 | 101010 | 100001110 | 1000 | 110110 |
Color Harmonies of #897F93
Complementary color
Monochromatic Colors of #897F93
Black with #897F93
Text Example
Text Example
White with #897F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F93; }
p { color: rgb(137,127,147); }
H1.HeaderClassName
{
color: #897F93;
}
.AnyTagClassName
{
color: #897F93;
}
</style>
background-color css
<style>
a { background-color: #897F93; }
a { background-color: rgb(137,127,147); }
div.DivClassName
{
background-color: #897F93;
}
.BgClassName
{
background-color: #897F93;
}
</style>
border-color css
<style>
span { border-color: #897F93; }
span { border-color: rgb(137,127,147); }
td.TdClassName
{
border-color: #897F93;
}
.TagClassName
{
border-color: #897F93;
}
</style>