Shades of Venus #97898D
Tints of Venus #97898D
RGB
CMYK
RGB Variations
Color information
#97898D (or 0x97898D) is known color: Venus. HEX triplet: 97, 89 and 8D. RGB value is (151,137,141). Sum of RGB (Red+Green+Blue) = 151+137+141=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #97898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97898D is #687672. Grayscale: #8D8D8D. Windows color (decimal): -6846067 or 9275799. OLE color: 9275799.
HSL color Cylindrical-coordinate representation of color #97898D: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #97898D is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 137 | 141 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.41 |
| HSL | 342.86º | 0.06% | 0.56% | - |
| HSV(B) | 342.86º | 0.09% | 0.59% | - |
| XYZ | 26.52 | 26.39 | 28.9 | - |
| YUV | 141.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 141 | 0 | 0.09 | 0.07 | 0.41 | 342.86 | 0.06 | 0.56 |
| Hex | 97 | 89 | 8D | 0 | 9 | 7 | 29 | 157 | 6 | 38 |
| Octal | 227 | 211 | 215 | 0 | 11 | 7 | 51 | 527 | 6 | 70 |
| Binary | 10010111 | 10001001 | 10001101 | 0 | 1001 | 111 | 101001 | 101010111 | 110 | 111000 |
Color Harmonies of #97898D
Complementary color
Monochromatic Colors of #97898D
Black with #97898D
Text Example
Text Example
White with #97898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97898D; }
p { color: rgb(151,137,141); }
H1.HeaderClassName
{
color: #97898D;
}
.AnyTagClassName
{
color: #97898D;
}
</style>
background-color css
<style>
a { background-color: #97898D; }
a { background-color: rgb(151,137,141); }
div.DivClassName
{
background-color: #97898D;
}
.BgClassName
{
background-color: #97898D;
}
</style>
border-color css
<style>
span { border-color: #97898D; }
span { border-color: rgb(151,137,141); }
td.TdClassName
{
border-color: #97898D;
}
.TagClassName
{
border-color: #97898D;
}
</style>