Shades of Topaz #847D93
Tints of Topaz #847D93
RGB
CMYK
RGB Variations
Color information
#847D93 (or 0x847D93) is known color: Topaz. HEX triplet: 84, 7D and 93. RGB value is (132,125,147). Sum of RGB (Red+Green+Blue) = 132+125+147=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #847D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D93 is #7B826C. Grayscale: #818181. Windows color (decimal): -8094317 or 9665924. OLE color: 9665924.
HSL color Cylindrical-coordinate representation of color #847D93: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847D93 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 125 | 147 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.42 |
| HSL | 259.09º | 0.09% | 0.53% | - |
| HSV(B) | 259.09º | 0.15% | 0.58% | - |
| XYZ | 22.12 | 21.68 | 30.62 | - |
| YUV | 129.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 147 | 0.10 | 0.15 | 0 | 0.42 | 259.09 | 0.09 | 0.53 |
| Hex | 84 | 7D | 93 | A | F | 0 | 2A | 103 | 9 | 35 |
| Octal | 204 | 175 | 223 | 12 | 17 | 0 | 52 | 403 | 11 | 65 |
| Binary | 10000100 | 1111101 | 10010011 | 1010 | 1111 | 0 | 101010 | 100000011 | 1001 | 110101 |
Color Harmonies of #847D93
Complementary color
Monochromatic Colors of #847D93
Black with #847D93
Text Example
Text Example
White with #847D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D93; }
p { color: rgb(132,125,147); }
H1.HeaderClassName
{
color: #847D93;
}
.AnyTagClassName
{
color: #847D93;
}
</style>
background-color css
<style>
a { background-color: #847D93; }
a { background-color: rgb(132,125,147); }
div.DivClassName
{
background-color: #847D93;
}
.BgClassName
{
background-color: #847D93;
}
</style>
border-color css
<style>
span { border-color: #847D93; }
span { border-color: rgb(132,125,147); }
td.TdClassName
{
border-color: #847D93;
}
.TagClassName
{
border-color: #847D93;
}
</style>