Shades of Topaz #857293
Tints of Topaz #857293
RGB
CMYK
RGB Variations
Color information
#857293 (or 0x857293) is known color: Topaz. HEX triplet: 85, 72 and 93. RGB value is (133,114,147). Sum of RGB (Red+Green+Blue) = 133+114+147=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #857293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857293 is #7A8D6C. Grayscale: #7B7B7B. Windows color (decimal): -8031597 or 9663109. OLE color: 9663109.
HSL color Cylindrical-coordinate representation of color #857293: hue angle of 274.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857293 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 114 | 147 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.42 |
| HSL | 274.55º | 0.13% | 0.51% | - |
| HSV(B) | 274.55º | 0.22% | 0.58% | - |
| XYZ | 20.96 | 19.13 | 30.19 | - |
| YUV | 123.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 147 | 0.10 | 0.22 | 0 | 0.42 | 274.55 | 0.13 | 0.51 |
| Hex | 85 | 72 | 93 | A | 16 | 0 | 2A | 113 | D | 33 |
| Octal | 205 | 162 | 223 | 12 | 26 | 0 | 52 | 423 | 15 | 63 |
| Binary | 10000101 | 1110010 | 10010011 | 1010 | 10110 | 0 | 101010 | 100010011 | 1101 | 110011 |
Color Harmonies of #857293
Complementary color
Monochromatic Colors of #857293
Black with #857293
Text Example
Text Example
White with #857293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857293; }
p { color: rgb(133,114,147); }
H1.HeaderClassName
{
color: #857293;
}
.AnyTagClassName
{
color: #857293;
}
</style>
background-color css
<style>
a { background-color: #857293; }
a { background-color: rgb(133,114,147); }
div.DivClassName
{
background-color: #857293;
}
.BgClassName
{
background-color: #857293;
}
</style>
border-color css
<style>
span { border-color: #857293; }
span { border-color: rgb(133,114,147); }
td.TdClassName
{
border-color: #857293;
}
.TagClassName
{
border-color: #857293;
}
</style>