Shades of Topaz #898294
Tints of Topaz #898294
RGB
CMYK
RGB Variations
Color information
#898294 (or 0x898294) is known color: Topaz. HEX triplet: 89, 82 and 94. RGB value is (137,130,148). Sum of RGB (Red+Green+Blue) = 137+130+148=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 148 - color contains mainly: blue. Hex color #898294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898294 is #767D6B. Grayscale: #868686. Windows color (decimal): -7765356 or 9732745. OLE color: 9732745.
HSL color Cylindrical-coordinate representation of color #898294: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898294 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 130 | 148 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.42 |
| HSL | 263.33º | 0.08% | 0.55% | - |
| HSV(B) | 263.33º | 0.12% | 0.58% | - |
| XYZ | 23.64 | 23.42 | 31.29 | - |
| YUV | 134.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 148 | 0.07 | 0.12 | 0 | 0.42 | 263.33 | 0.08 | 0.55 |
| Hex | 89 | 82 | 94 | 7 | C | 0 | 2A | 107 | 8 | 37 |
| Octal | 211 | 202 | 224 | 7 | 14 | 0 | 52 | 407 | 10 | 67 |
| Binary | 10001001 | 10000010 | 10010100 | 111 | 1100 | 0 | 101010 | 100000111 | 1000 | 110111 |
Color Harmonies of #898294
Complementary color
Monochromatic Colors of #898294
Black with #898294
Text Example
Text Example
White with #898294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898294; }
p { color: rgb(137,130,148); }
H1.HeaderClassName
{
color: #898294;
}
.AnyTagClassName
{
color: #898294;
}
</style>
background-color css
<style>
a { background-color: #898294; }
a { background-color: rgb(137,130,148); }
div.DivClassName
{
background-color: #898294;
}
.BgClassName
{
background-color: #898294;
}
</style>
border-color css
<style>
span { border-color: #898294; }
span { border-color: rgb(137,130,148); }
td.TdClassName
{
border-color: #898294;
}
.TagClassName
{
border-color: #898294;
}
</style>