Shades of Venus #978389
Tints of Venus #978389
RGB
CMYK
RGB Variations
Color information
#978389 (or 0x978389) is known color: Venus. HEX triplet: 97, 83 and 89. RGB value is (151,131,137). Sum of RGB (Red+Green+Blue) = 151+131+137=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #978389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978389 is #687C76. Grayscale: #898989. Windows color (decimal): -6847607 or 9012119. OLE color: 9012119.
HSL color Cylindrical-coordinate representation of color #978389: hue angle of 342º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978389 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 137 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.41 |
| HSL | 342º | 0.09% | 0.55% | - |
| HSV(B) | 342º | 0.13% | 0.59% | - |
| XYZ | 25.39 | 24.62 | 27.08 | - |
| YUV | 137.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 137 | 0 | 0.13 | 0.09 | 0.41 | 342 | 0.09 | 0.55 |
| Hex | 97 | 83 | 89 | 0 | D | 9 | 29 | 156 | 9 | 37 |
| Octal | 227 | 203 | 211 | 0 | 15 | 11 | 51 | 526 | 11 | 67 |
| Binary | 10010111 | 10000011 | 10001001 | 0 | 1101 | 1001 | 101001 | 101010110 | 1001 | 110111 |
Color Harmonies of #978389
Complementary color
Monochromatic Colors of #978389
Black with #978389
Text Example
Text Example
White with #978389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978389; }
p { color: rgb(151,131,137); }
H1.HeaderClassName
{
color: #978389;
}
.AnyTagClassName
{
color: #978389;
}
</style>
background-color css
<style>
a { background-color: #978389; }
a { background-color: rgb(151,131,137); }
div.DivClassName
{
background-color: #978389;
}
.BgClassName
{
background-color: #978389;
}
</style>
border-color css
<style>
span { border-color: #978389; }
span { border-color: rgb(151,131,137); }
td.TdClassName
{
border-color: #978389;
}
.TagClassName
{
border-color: #978389;
}
</style>