Shades of Venus #938A8B
Tints of Venus #938A8B
RGB
CMYK
RGB Variations
Color information
#938A8B (or 0x938A8B) is known color: Venus. HEX triplet: 93, 8A and 8B. RGB value is (147,138,139). Sum of RGB (Red+Green+Blue) = 147+138+139=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #938A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A8B is #6C7574. Grayscale: #8C8C8C. Windows color (decimal): -7107957 or 9144979. OLE color: 9144979.
HSL color Cylindrical-coordinate representation of color #938A8B: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #938A8B is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 139 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.42 |
| HSL | 353.33º | 0.04% | 0.56% | - |
| HSV(B) | 353.33º | 0.06% | 0.58% | - |
| XYZ | 25.78 | 26.24 | 28.13 | - |
| YUV | 140.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 139 | 0 | 0.06 | 0.05 | 0.42 | 353.33 | 0.04 | 0.56 |
| Hex | 93 | 8A | 8B | 0 | 6 | 5 | 2A | 161 | 4 | 38 |
| Octal | 223 | 212 | 213 | 0 | 6 | 5 | 52 | 541 | 4 | 70 |
| Binary | 10010011 | 10001010 | 10001011 | 0 | 110 | 101 | 101010 | 101100001 | 100 | 111000 |
Color Harmonies of #938A8B
Complementary color
Monochromatic Colors of #938A8B
Black with #938A8B
Text Example
Text Example
White with #938A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A8B; }
p { color: rgb(147,138,139); }
H1.HeaderClassName
{
color: #938A8B;
}
.AnyTagClassName
{
color: #938A8B;
}
</style>
background-color css
<style>
a { background-color: #938A8B; }
a { background-color: rgb(147,138,139); }
div.DivClassName
{
background-color: #938A8B;
}
.BgClassName
{
background-color: #938A8B;
}
</style>
border-color css
<style>
span { border-color: #938A8B; }
span { border-color: rgb(147,138,139); }
td.TdClassName
{
border-color: #938A8B;
}
.TagClassName
{
border-color: #938A8B;
}
</style>