Shades of Topaz #857D93
Tints of Topaz #857D93
RGB
CMYK
RGB Variations
Color information
#857D93 (or 0x857D93) is known color: Topaz. HEX triplet: 85, 7D and 93. RGB value is (133,125,147). Sum of RGB (Red+Green+Blue) = 133+125+147=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 125 (49.22% from 255 or 30.86% 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 #857D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D93 is #7A826C. Grayscale: #818181. Windows color (decimal): -8028781 or 9665925. OLE color: 9665925.
HSL color Cylindrical-coordinate representation of color #857D93: hue angle of 261.82º 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 #857D93 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 125 | 147 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.42 |
| HSL | 261.82º | 0.09% | 0.53% | - |
| HSV(B) | 261.82º | 0.15% | 0.58% | - |
| XYZ | 22.27 | 21.76 | 30.63 | - |
| YUV | 129.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 147 | 0.10 | 0.15 | 0 | 0.42 | 261.82 | 0.09 | 0.53 |
| Hex | 85 | 7D | 93 | A | F | 0 | 2A | 106 | 9 | 35 |
| Octal | 205 | 175 | 223 | 12 | 17 | 0 | 52 | 406 | 11 | 65 |
| Binary | 10000101 | 1111101 | 10010011 | 1010 | 1111 | 0 | 101010 | 100000110 | 1001 | 110101 |
Color Harmonies of #857D93
Complementary color
Monochromatic Colors of #857D93
Black with #857D93
Text Example
Text Example
White with #857D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D93; }
p { color: rgb(133,125,147); }
H1.HeaderClassName
{
color: #857D93;
}
.AnyTagClassName
{
color: #857D93;
}
</style>
background-color css
<style>
a { background-color: #857D93; }
a { background-color: rgb(133,125,147); }
div.DivClassName
{
background-color: #857D93;
}
.BgClassName
{
background-color: #857D93;
}
</style>
border-color css
<style>
span { border-color: #857D93; }
span { border-color: rgb(133,125,147); }
td.TdClassName
{
border-color: #857D93;
}
.TagClassName
{
border-color: #857D93;
}
</style>