Shades of Venus #938E8F
Tints of Venus #938E8F
RGB
CMYK
RGB Variations
Color information
#938E8F (or 0x938E8F) is known color: Venus. HEX triplet: 93, 8E and 8F. RGB value is (147,142,143). Sum of RGB (Red+Green+Blue) = 147+142+143=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 147 - color contains mainly: red. Hex color #938E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E8F is #6C7170. Grayscale: #8F8F8F. Windows color (decimal): -7106929 or 9408147. OLE color: 9408147.
HSL color Cylindrical-coordinate representation of color #938E8F: hue angle of 348º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #938E8F is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 143 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.42 |
| HSL | 348º | 0.02% | 0.57% | - |
| HSV(B) | 348º | 0.03% | 0.58% | - |
| XYZ | 26.66 | 27.53 | 29.9 | - |
| YUV | 143.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 143 | 0 | 0.03 | 0.03 | 0.42 | 348 | 0.02 | 0.57 |
| Hex | 93 | 8E | 8F | 0 | 3 | 3 | 2A | 15C | 2 | 39 |
| Octal | 223 | 216 | 217 | 0 | 3 | 3 | 52 | 534 | 2 | 71 |
| Binary | 10010011 | 10001110 | 10001111 | 0 | 11 | 11 | 101010 | 101011100 | 10 | 111001 |
Color Harmonies of #938E8F
Complementary color
Monochromatic Colors of #938E8F
Black with #938E8F
Text Example
Text Example
White with #938E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E8F; }
p { color: rgb(147,142,143); }
H1.HeaderClassName
{
color: #938E8F;
}
.AnyTagClassName
{
color: #938E8F;
}
</style>
background-color css
<style>
a { background-color: #938E8F; }
a { background-color: rgb(147,142,143); }
div.DivClassName
{
background-color: #938E8F;
}
.BgClassName
{
background-color: #938E8F;
}
</style>
border-color css
<style>
span { border-color: #938E8F; }
span { border-color: rgb(147,142,143); }
td.TdClassName
{
border-color: #938E8F;
}
.TagClassName
{
border-color: #938E8F;
}
</style>