Shades of Venus #937C86
Tints of Venus #937C86
RGB
CMYK
RGB Variations
Color information
#937C86 (or 0x937C86) is known color: Venus. HEX triplet: 93, 7C and 86. RGB value is (147,124,134). Sum of RGB (Red+Green+Blue) = 147+124+134=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #937C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C86 is #6C8379. Grayscale: #848484. Windows color (decimal): -7111546 or 8813715. OLE color: 8813715.
HSL color Cylindrical-coordinate representation of color #937C86: hue angle of 333.91º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937C86 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 134 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.42 |
| HSL | 333.91º | 0.1% | 0.53% | - |
| HSV(B) | 333.91º | 0.16% | 0.58% | - |
| XYZ | 23.54 | 22.34 | 25.63 | - |
| YUV | 132.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 134 | 0 | 0.16 | 0.09 | 0.42 | 333.91 | 0.1 | 0.53 |
| Hex | 93 | 7C | 86 | 0 | 10 | 9 | 2A | 14E | A | 35 |
| Octal | 223 | 174 | 206 | 0 | 20 | 11 | 52 | 516 | 12 | 65 |
| Binary | 10010011 | 1111100 | 10000110 | 0 | 10000 | 1001 | 101010 | 101001110 | 1010 | 110101 |
Color Harmonies of #937C86
Complementary color
Monochromatic Colors of #937C86
Black with #937C86
Text Example
Text Example
White with #937C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C86; }
p { color: rgb(147,124,134); }
H1.HeaderClassName
{
color: #937C86;
}
.AnyTagClassName
{
color: #937C86;
}
</style>
background-color css
<style>
a { background-color: #937C86; }
a { background-color: rgb(147,124,134); }
div.DivClassName
{
background-color: #937C86;
}
.BgClassName
{
background-color: #937C86;
}
</style>
border-color css
<style>
span { border-color: #937C86; }
span { border-color: rgb(147,124,134); }
td.TdClassName
{
border-color: #937C86;
}
.TagClassName
{
border-color: #937C86;
}
</style>