Shades of Topaz #857E95
Tints of Topaz #857E95
RGB
CMYK
RGB Variations
Color information
#857E95 (or 0x857E95) is known color: Topaz. HEX triplet: 85, 7E and 95. RGB value is (133,126,149). Sum of RGB (Red+Green+Blue) = 133+126+149=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #857E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E95 is #7A816A. Grayscale: #828282. Windows color (decimal): -8028523 or 9797253. OLE color: 9797253.
HSL color Cylindrical-coordinate representation of color #857E95: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857E95 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 126 | 149 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.42 |
| HSL | 258.26º | 0.1% | 0.54% | - |
| HSV(B) | 258.26º | 0.15% | 0.58% | - |
| XYZ | 22.56 | 22.08 | 31.51 | - |
| YUV | 130.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 149 | 0.11 | 0.15 | 0 | 0.42 | 258.26 | 0.1 | 0.54 |
| Hex | 85 | 7E | 95 | B | F | 0 | 2A | 102 | A | 36 |
| Octal | 205 | 176 | 225 | 13 | 17 | 0 | 52 | 402 | 12 | 66 |
| Binary | 10000101 | 1111110 | 10010101 | 1011 | 1111 | 0 | 101010 | 100000010 | 1010 | 110110 |
Color Harmonies of #857E95
Complementary color
Monochromatic Colors of #857E95
Black with #857E95
Text Example
Text Example
White with #857E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E95; }
p { color: rgb(133,126,149); }
H1.HeaderClassName
{
color: #857E95;
}
.AnyTagClassName
{
color: #857E95;
}
</style>
background-color css
<style>
a { background-color: #857E95; }
a { background-color: rgb(133,126,149); }
div.DivClassName
{
background-color: #857E95;
}
.BgClassName
{
background-color: #857E95;
}
</style>
border-color css
<style>
span { border-color: #857E95; }
span { border-color: rgb(133,126,149); }
td.TdClassName
{
border-color: #857E95;
}
.TagClassName
{
border-color: #857E95;
}
</style>