Shades of Venus #978B8F
Tints of Venus #978B8F
RGB
CMYK
RGB Variations
Color information
#978B8F (or 0x978B8F) is known color: Venus. HEX triplet: 97, 8B and 8F. RGB value is (151,139,143). Sum of RGB (Red+Green+Blue) = 151+139+143=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #978B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B8F is #687470. Grayscale: #8F8F8F. Windows color (decimal): -6845553 or 9407383. OLE color: 9407383.
HSL color Cylindrical-coordinate representation of color #978B8F: hue angle of 340º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #978B8F is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 143 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.41 |
| HSL | 340º | 0.05% | 0.57% | - |
| HSV(B) | 340º | 0.08% | 0.59% | - |
| XYZ | 26.95 | 27.03 | 29.78 | - |
| YUV | 143.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 143 | 0 | 0.08 | 0.05 | 0.41 | 340 | 0.05 | 0.57 |
| Hex | 97 | 8B | 8F | 0 | 8 | 5 | 29 | 154 | 5 | 39 |
| Octal | 227 | 213 | 217 | 0 | 10 | 5 | 51 | 524 | 5 | 71 |
| Binary | 10010111 | 10001011 | 10001111 | 0 | 1000 | 101 | 101001 | 101010100 | 101 | 111001 |
Color Harmonies of #978B8F
Complementary color
Monochromatic Colors of #978B8F
Black with #978B8F
Text Example
Text Example
White with #978B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B8F; }
p { color: rgb(151,139,143); }
H1.HeaderClassName
{
color: #978B8F;
}
.AnyTagClassName
{
color: #978B8F;
}
</style>
background-color css
<style>
a { background-color: #978B8F; }
a { background-color: rgb(151,139,143); }
div.DivClassName
{
background-color: #978B8F;
}
.BgClassName
{
background-color: #978B8F;
}
</style>
border-color css
<style>
span { border-color: #978B8F; }
span { border-color: rgb(151,139,143); }
td.TdClassName
{
border-color: #978B8F;
}
.TagClassName
{
border-color: #978B8F;
}
</style>