Shades of Venus #978A8F
Tints of Venus #978A8F
RGB
CMYK
RGB Variations
Color information
#978A8F (or 0x978A8F) is known color: Venus. HEX triplet: 97, 8A and 8F. RGB value is (151,138,143). Sum of RGB (Red+Green+Blue) = 151+138+143=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 151 - color contains mainly: red. Hex color #978A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A8F is #687570. Grayscale: #8E8E8E. Windows color (decimal): -6845809 or 9407127. OLE color: 9407127.
HSL color Cylindrical-coordinate representation of color #978A8F: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978A8F is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 143 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.41 |
| HSL | 336.92º | 0.06% | 0.57% | - |
| HSV(B) | 336.92º | 0.09% | 0.59% | - |
| XYZ | 26.81 | 26.74 | 29.73 | - |
| YUV | 142.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 143 | 0 | 0.09 | 0.05 | 0.41 | 336.92 | 0.06 | 0.57 |
| Hex | 97 | 8A | 8F | 0 | 9 | 5 | 29 | 151 | 6 | 39 |
| Octal | 227 | 212 | 217 | 0 | 11 | 5 | 51 | 521 | 6 | 71 |
| Binary | 10010111 | 10001010 | 10001111 | 0 | 1001 | 101 | 101001 | 101010001 | 110 | 111001 |
Color Harmonies of #978A8F
Complementary color
Monochromatic Colors of #978A8F
Black with #978A8F
Text Example
Text Example
White with #978A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A8F; }
p { color: rgb(151,138,143); }
H1.HeaderClassName
{
color: #978A8F;
}
.AnyTagClassName
{
color: #978A8F;
}
</style>
background-color css
<style>
a { background-color: #978A8F; }
a { background-color: rgb(151,138,143); }
div.DivClassName
{
background-color: #978A8F;
}
.BgClassName
{
background-color: #978A8F;
}
</style>
border-color css
<style>
span { border-color: #978A8F; }
span { border-color: rgb(151,138,143); }
td.TdClassName
{
border-color: #978A8F;
}
.TagClassName
{
border-color: #978A8F;
}
</style>