Shades of Topaz #857C90
Tints of Topaz #857C90
RGB
CMYK
RGB Variations
Color information
#857C90 (or 0x857C90) is known color: Topaz. HEX triplet: 85, 7C and 90. RGB value is (133,124,144). Sum of RGB (Red+Green+Blue) = 133+124+144=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #857C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C90 is #7A836F. Grayscale: #808080. Windows color (decimal): -8029040 or 9469061. OLE color: 9469061.
HSL color Cylindrical-coordinate representation of color #857C90: hue angle of 267º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857C90 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 124 | 144 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.44 |
| HSL | 267º | 0.08% | 0.53% | - |
| HSV(B) | 267º | 0.14% | 0.56% | - |
| XYZ | 21.91 | 21.42 | 29.36 | - |
| YUV | 128.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 144 | 0.08 | 0.14 | 0 | 0.44 | 267 | 0.08 | 0.53 |
| Hex | 85 | 7C | 90 | 8 | E | 0 | 2C | 10B | 8 | 35 |
| Octal | 205 | 174 | 220 | 10 | 16 | 0 | 54 | 413 | 10 | 65 |
| Binary | 10000101 | 1111100 | 10010000 | 1000 | 1110 | 0 | 101100 | 100001011 | 1000 | 110101 |
Color Harmonies of #857C90
Complementary color
Monochromatic Colors of #857C90
Black with #857C90
Text Example
Text Example
White with #857C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C90; }
p { color: rgb(133,124,144); }
H1.HeaderClassName
{
color: #857C90;
}
.AnyTagClassName
{
color: #857C90;
}
</style>
background-color css
<style>
a { background-color: #857C90; }
a { background-color: rgb(133,124,144); }
div.DivClassName
{
background-color: #857C90;
}
.BgClassName
{
background-color: #857C90;
}
</style>
border-color css
<style>
span { border-color: #857C90; }
span { border-color: rgb(133,124,144); }
td.TdClassName
{
border-color: #857C90;
}
.TagClassName
{
border-color: #857C90;
}
</style>