Shades of Venus #937B85
Tints of Venus #937B85
RGB
CMYK
RGB Variations
Color information
#937B85 (or 0x937B85) is known color: Venus. HEX triplet: 93, 7B and 85. RGB value is (147,123,133). Sum of RGB (Red+Green+Blue) = 147+123+133=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #937B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B85 is #6C847A. Grayscale: #838383. Windows color (decimal): -7111803 or 8747923. OLE color: 8747923.
HSL color Cylindrical-coordinate representation of color #937B85: hue angle of 335º 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 #937B85 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 133 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.42 |
| HSL | 335º | 0.1% | 0.53% | - |
| HSV(B) | 335º | 0.16% | 0.58% | - |
| XYZ | 23.35 | 22.06 | 25.22 | - |
| YUV | 131.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 133 | 0 | 0.16 | 0.10 | 0.42 | 335 | 0.1 | 0.53 |
| Hex | 93 | 7B | 85 | 0 | 10 | A | 2A | 14F | A | 35 |
| Octal | 223 | 173 | 205 | 0 | 20 | 12 | 52 | 517 | 12 | 65 |
| Binary | 10010011 | 1111011 | 10000101 | 0 | 10000 | 1010 | 101010 | 101001111 | 1010 | 110101 |
Color Harmonies of #937B85
Complementary color
Monochromatic Colors of #937B85
Black with #937B85
Text Example
Text Example
White with #937B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B85; }
p { color: rgb(147,123,133); }
H1.HeaderClassName
{
color: #937B85;
}
.AnyTagClassName
{
color: #937B85;
}
</style>
background-color css
<style>
a { background-color: #937B85; }
a { background-color: rgb(147,123,133); }
div.DivClassName
{
background-color: #937B85;
}
.BgClassName
{
background-color: #937B85;
}
</style>
border-color css
<style>
span { border-color: #937B85; }
span { border-color: rgb(147,123,133); }
td.TdClassName
{
border-color: #937B85;
}
.TagClassName
{
border-color: #937B85;
}
</style>