Shades of Topaz #857195
Tints of Topaz #857195
RGB
CMYK
RGB Variations
Color information
#857195 (or 0x857195) is known color: Topaz. HEX triplet: 85, 71 and 95. RGB value is (133,113,149). Sum of RGB (Red+Green+Blue) = 133+113+149=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #857195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857195 is #7A8E6A. Grayscale: #7A7A7A. Windows color (decimal): -8031851 or 9793925. OLE color: 9793925.
HSL color Cylindrical-coordinate representation of color #857195: hue angle of 273.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857195 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 113 | 149 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.42 |
| HSL | 273.33º | 0.15% | 0.51% | - |
| HSV(B) | 273.33º | 0.24% | 0.58% | - |
| XYZ | 21 | 18.97 | 30.99 | - |
| YUV | 123.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 149 | 0.11 | 0.24 | 0 | 0.42 | 273.33 | 0.15 | 0.51 |
| Hex | 85 | 71 | 95 | B | 18 | 0 | 2A | 111 | F | 33 |
| Octal | 205 | 161 | 225 | 13 | 30 | 0 | 52 | 421 | 17 | 63 |
| Binary | 10000101 | 1110001 | 10010101 | 1011 | 11000 | 0 | 101010 | 100010001 | 1111 | 110011 |
Color Harmonies of #857195
Complementary color
Monochromatic Colors of #857195
Black with #857195
Text Example
Text Example
White with #857195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857195; }
p { color: rgb(133,113,149); }
H1.HeaderClassName
{
color: #857195;
}
.AnyTagClassName
{
color: #857195;
}
</style>
background-color css
<style>
a { background-color: #857195; }
a { background-color: rgb(133,113,149); }
div.DivClassName
{
background-color: #857195;
}
.BgClassName
{
background-color: #857195;
}
</style>
border-color css
<style>
span { border-color: #857195; }
span { border-color: rgb(133,113,149); }
td.TdClassName
{
border-color: #857195;
}
.TagClassName
{
border-color: #857195;
}
</style>