Shades of Topaz #857C95
Tints of Topaz #857C95
RGB
CMYK
RGB Variations
Color information
#857C95 (or 0x857C95) is known color: Topaz. HEX triplet: 85, 7C and 95. RGB value is (133,124,149). Sum of RGB (Red+Green+Blue) = 133+124+149=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #857C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C95 is #7A836A. Grayscale: #818181. Windows color (decimal): -8029035 or 9796741. OLE color: 9796741.
HSL color Cylindrical-coordinate representation of color #857C95: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857C95 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 124 | 149 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.42 |
| HSL | 261.6º | 0.11% | 0.54% | - |
| HSV(B) | 261.6º | 0.17% | 0.58% | - |
| XYZ | 22.31 | 21.57 | 31.42 | - |
| YUV | 129.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 149 | 0.11 | 0.17 | 0 | 0.42 | 261.6 | 0.11 | 0.54 |
| Hex | 85 | 7C | 95 | B | 11 | 0 | 2A | 106 | B | 36 |
| Octal | 205 | 174 | 225 | 13 | 21 | 0 | 52 | 406 | 13 | 66 |
| Binary | 10000101 | 1111100 | 10010101 | 1011 | 10001 | 0 | 101010 | 100000110 | 1011 | 110110 |
Color Harmonies of #857C95
Complementary color
Monochromatic Colors of #857C95
Black with #857C95
Text Example
Text Example
White with #857C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C95; }
p { color: rgb(133,124,149); }
H1.HeaderClassName
{
color: #857C95;
}
.AnyTagClassName
{
color: #857C95;
}
</style>
background-color css
<style>
a { background-color: #857C95; }
a { background-color: rgb(133,124,149); }
div.DivClassName
{
background-color: #857C95;
}
.BgClassName
{
background-color: #857C95;
}
</style>
border-color css
<style>
span { border-color: #857C95; }
span { border-color: rgb(133,124,149); }
td.TdClassName
{
border-color: #857C95;
}
.TagClassName
{
border-color: #857C95;
}
</style>