Shades of Topaz #847F93
Tints of Topaz #847F93
RGB
CMYK
RGB Variations
Color information
#847F93 (or 0x847F93) is known color: Topaz. HEX triplet: 84, 7F and 93. RGB value is (132,127,147). Sum of RGB (Red+Green+Blue) = 132+127+147=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #847F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F93 is #7B806C. Grayscale: #828282. Windows color (decimal): -8093805 or 9666436. OLE color: 9666436.
HSL color Cylindrical-coordinate representation of color #847F93: hue angle of 255º 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 #847F93 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 127 | 147 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.42 |
| HSL | 255º | 0.08% | 0.54% | - |
| HSV(B) | 255º | 0.14% | 0.58% | - |
| XYZ | 22.37 | 22.19 | 30.71 | - |
| YUV | 130.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 147 | 0.10 | 0.14 | 0 | 0.42 | 255 | 0.08 | 0.54 |
| Hex | 84 | 7F | 93 | A | E | 0 | 2A | FF | 8 | 36 |
| Octal | 204 | 177 | 223 | 12 | 16 | 0 | 52 | 377 | 10 | 66 |
| Binary | 10000100 | 1111111 | 10010011 | 1010 | 1110 | 0 | 101010 | 11111111 | 1000 | 110110 |
Color Harmonies of #847F93
Complementary color
Monochromatic Colors of #847F93
Black with #847F93
Text Example
Text Example
White with #847F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F93; }
p { color: rgb(132,127,147); }
H1.HeaderClassName
{
color: #847F93;
}
.AnyTagClassName
{
color: #847F93;
}
</style>
background-color css
<style>
a { background-color: #847F93; }
a { background-color: rgb(132,127,147); }
div.DivClassName
{
background-color: #847F93;
}
.BgClassName
{
background-color: #847F93;
}
</style>
border-color css
<style>
span { border-color: #847F93; }
span { border-color: rgb(132,127,147); }
td.TdClassName
{
border-color: #847F93;
}
.TagClassName
{
border-color: #847F93;
}
</style>