Shades of Topaz #847E93
Tints of Topaz #847E93
RGB
CMYK
RGB Variations
Color information
#847E93 (or 0x847E93) is known color: Topaz. HEX triplet: 84, 7E and 93. RGB value is (132,126,147). Sum of RGB (Red+Green+Blue) = 132+126+147=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #847E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E93 is #7B816C. Grayscale: #828282. Windows color (decimal): -8094061 or 9666180. OLE color: 9666180.
HSL color Cylindrical-coordinate representation of color #847E93: hue angle of 257.14º degrees, saturation: 0.09, 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 #847E93 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 126 | 147 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.42 |
| HSL | 257.14º | 0.09% | 0.54% | - |
| HSV(B) | 257.14º | 0.14% | 0.58% | - |
| XYZ | 22.24 | 21.93 | 30.67 | - |
| YUV | 130.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 147 | 0.10 | 0.14 | 0 | 0.42 | 257.14 | 0.09 | 0.54 |
| Hex | 84 | 7E | 93 | A | E | 0 | 2A | 101 | 9 | 36 |
| Octal | 204 | 176 | 223 | 12 | 16 | 0 | 52 | 401 | 11 | 66 |
| Binary | 10000100 | 1111110 | 10010011 | 1010 | 1110 | 0 | 101010 | 100000001 | 1001 | 110110 |
Color Harmonies of #847E93
Complementary color
Monochromatic Colors of #847E93
Black with #847E93
Text Example
Text Example
White with #847E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E93; }
p { color: rgb(132,126,147); }
H1.HeaderClassName
{
color: #847E93;
}
.AnyTagClassName
{
color: #847E93;
}
</style>
background-color css
<style>
a { background-color: #847E93; }
a { background-color: rgb(132,126,147); }
div.DivClassName
{
background-color: #847E93;
}
.BgClassName
{
background-color: #847E93;
}
</style>
border-color css
<style>
span { border-color: #847E93; }
span { border-color: rgb(132,126,147); }
td.TdClassName
{
border-color: #847E93;
}
.TagClassName
{
border-color: #847E93;
}
</style>