Shades of Topaz #857D90
Tints of Topaz #857D90
RGB
CMYK
RGB Variations
Color information
#857D90 (or 0x857D90) is known color: Topaz. HEX triplet: 85, 7D and 90. RGB value is (133,125,144). Sum of RGB (Red+Green+Blue) = 133+125+144=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #857D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D90 is #7A826F. Grayscale: #818181. Windows color (decimal): -8028784 or 9469317. OLE color: 9469317.
HSL color Cylindrical-coordinate representation of color #857D90: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857D90 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 125 | 144 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.44 |
| HSL | 265.26º | 0.08% | 0.53% | - |
| HSV(B) | 265.26º | 0.13% | 0.56% | - |
| XYZ | 22.04 | 21.67 | 29.41 | - |
| YUV | 129.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 144 | 0.08 | 0.13 | 0 | 0.44 | 265.26 | 0.08 | 0.53 |
| Hex | 85 | 7D | 90 | 8 | D | 0 | 2C | 109 | 8 | 35 |
| Octal | 205 | 175 | 220 | 10 | 15 | 0 | 54 | 411 | 10 | 65 |
| Binary | 10000101 | 1111101 | 10010000 | 1000 | 1101 | 0 | 101100 | 100001001 | 1000 | 110101 |
Color Harmonies of #857D90
Complementary color
Monochromatic Colors of #857D90
Black with #857D90
Text Example
Text Example
White with #857D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D90; }
p { color: rgb(133,125,144); }
H1.HeaderClassName
{
color: #857D90;
}
.AnyTagClassName
{
color: #857D90;
}
</style>
background-color css
<style>
a { background-color: #857D90; }
a { background-color: rgb(133,125,144); }
div.DivClassName
{
background-color: #857D90;
}
.BgClassName
{
background-color: #857D90;
}
</style>
border-color css
<style>
span { border-color: #857D90; }
span { border-color: rgb(133,125,144); }
td.TdClassName
{
border-color: #857D90;
}
.TagClassName
{
border-color: #857D90;
}
</style>