Shades of Topaz #857D94
Tints of Topaz #857D94
RGB
CMYK
RGB Variations
Color information
#857D94 (or 0x857D94) is known color: Topaz. HEX triplet: 85, 7D and 94. RGB value is (133,125,148). Sum of RGB (Red+Green+Blue) = 133+125+148=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #857D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D94 is #7A826B. Grayscale: #818181. Windows color (decimal): -8028780 or 9731461. OLE color: 9731461.
HSL color Cylindrical-coordinate representation of color #857D94: hue angle of 260.87º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857D94 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 125 | 148 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.42 |
| HSL | 260.87º | 0.1% | 0.54% | - |
| HSV(B) | 260.87º | 0.16% | 0.58% | - |
| XYZ | 22.35 | 21.79 | 31.05 | - |
| YUV | 130.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 148 | 0.10 | 0.16 | 0 | 0.42 | 260.87 | 0.1 | 0.54 |
| Hex | 85 | 7D | 94 | A | 10 | 0 | 2A | 105 | A | 36 |
| Octal | 205 | 175 | 224 | 12 | 20 | 0 | 52 | 405 | 12 | 66 |
| Binary | 10000101 | 1111101 | 10010100 | 1010 | 10000 | 0 | 101010 | 100000101 | 1010 | 110110 |
Color Harmonies of #857D94
Complementary color
Monochromatic Colors of #857D94
Black with #857D94
Text Example
Text Example
White with #857D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D94; }
p { color: rgb(133,125,148); }
H1.HeaderClassName
{
color: #857D94;
}
.AnyTagClassName
{
color: #857D94;
}
</style>
background-color css
<style>
a { background-color: #857D94; }
a { background-color: rgb(133,125,148); }
div.DivClassName
{
background-color: #857D94;
}
.BgClassName
{
background-color: #857D94;
}
</style>
border-color css
<style>
span { border-color: #857D94; }
span { border-color: rgb(133,125,148); }
td.TdClassName
{
border-color: #857D94;
}
.TagClassName
{
border-color: #857D94;
}
</style>