Shades of Topaz #857F93
Tints of Topaz #857F93
RGB
CMYK
RGB Variations
Color information
#857F93 (or 0x857F93) is known color: Topaz. HEX triplet: 85, 7F and 93. RGB value is (133,127,147). Sum of RGB (Red+Green+Blue) = 133+127+147=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #857F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F93 is #7A806C. Grayscale: #838383. Windows color (decimal): -8028269 or 9666437. OLE color: 9666437.
HSL color Cylindrical-coordinate representation of color #857F93: hue angle of 258º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857F93 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 127 | 147 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.42 |
| HSL | 258º | 0.08% | 0.54% | - |
| HSV(B) | 258º | 0.14% | 0.58% | - |
| XYZ | 22.53 | 22.27 | 30.72 | - |
| YUV | 131.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 147 | 0.10 | 0.14 | 0 | 0.42 | 258 | 0.08 | 0.54 |
| Hex | 85 | 7F | 93 | A | E | 0 | 2A | 102 | 8 | 36 |
| Octal | 205 | 177 | 223 | 12 | 16 | 0 | 52 | 402 | 10 | 66 |
| Binary | 10000101 | 1111111 | 10010011 | 1010 | 1110 | 0 | 101010 | 100000010 | 1000 | 110110 |
Color Harmonies of #857F93
Complementary color
Monochromatic Colors of #857F93
Black with #857F93
Text Example
Text Example
White with #857F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F93; }
p { color: rgb(133,127,147); }
H1.HeaderClassName
{
color: #857F93;
}
.AnyTagClassName
{
color: #857F93;
}
</style>
background-color css
<style>
a { background-color: #857F93; }
a { background-color: rgb(133,127,147); }
div.DivClassName
{
background-color: #857F93;
}
.BgClassName
{
background-color: #857F93;
}
</style>
border-color css
<style>
span { border-color: #857F93; }
span { border-color: rgb(133,127,147); }
td.TdClassName
{
border-color: #857F93;
}
.TagClassName
{
border-color: #857F93;
}
</style>