Shades of Venus #938D8F
Tints of Venus #938D8F
RGB
CMYK
RGB Variations
Color information
#938D8F (or 0x938D8F) is known color: Venus. HEX triplet: 93, 8D and 8F. RGB value is (147,141,143). Sum of RGB (Red+Green+Blue) = 147+141+143=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 147 - color contains mainly: red. Hex color #938D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D8F is #6C7270. Grayscale: #8F8F8F. Windows color (decimal): -7107185 or 9407891. OLE color: 9407891.
HSL color Cylindrical-coordinate representation of color #938D8F: hue angle of 340º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #938D8F is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 143 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.42 |
| HSL | 340º | 0.03% | 0.56% | - |
| HSV(B) | 340º | 0.04% | 0.58% | - |
| XYZ | 26.52 | 27.24 | 29.85 | - |
| YUV | 143.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 143 | 0 | 0.04 | 0.03 | 0.42 | 340 | 0.03 | 0.56 |
| Hex | 93 | 8D | 8F | 0 | 4 | 3 | 2A | 154 | 3 | 38 |
| Octal | 223 | 215 | 217 | 0 | 4 | 3 | 52 | 524 | 3 | 70 |
| Binary | 10010011 | 10001101 | 10001111 | 0 | 100 | 11 | 101010 | 101010100 | 11 | 111000 |
Color Harmonies of #938D8F
Complementary color
Monochromatic Colors of #938D8F
Black with #938D8F
Text Example
Text Example
White with #938D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D8F; }
p { color: rgb(147,141,143); }
H1.HeaderClassName
{
color: #938D8F;
}
.AnyTagClassName
{
color: #938D8F;
}
</style>
background-color css
<style>
a { background-color: #938D8F; }
a { background-color: rgb(147,141,143); }
div.DivClassName
{
background-color: #938D8F;
}
.BgClassName
{
background-color: #938D8F;
}
</style>
border-color css
<style>
span { border-color: #938D8F; }
span { border-color: rgb(147,141,143); }
td.TdClassName
{
border-color: #938D8F;
}
.TagClassName
{
border-color: #938D8F;
}
</style>