Shades of Venus #97868A
Tints of Venus #97868A
RGB
CMYK
RGB Variations
Color information
#97868A (or 0x97868A) is known color: Venus. HEX triplet: 97, 86 and 8A. RGB value is (151,134,138). Sum of RGB (Red+Green+Blue) = 151+134+138=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 151 - color contains mainly: red. Hex color #97868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97868A is #687975. Grayscale: #8B8B8B. Windows color (decimal): -6846838 or 9078423. OLE color: 9078423.
HSL color Cylindrical-coordinate representation of color #97868A: hue angle of 345.88º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97868A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 138 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.41 |
| HSL | 345.88º | 0.08% | 0.56% | - |
| HSV(B) | 345.88º | 0.11% | 0.59% | - |
| XYZ | 25.88 | 25.46 | 27.6 | - |
| YUV | 139.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 138 | 0 | 0.11 | 0.09 | 0.41 | 345.88 | 0.08 | 0.56 |
| Hex | 97 | 86 | 8A | 0 | B | 9 | 29 | 15A | 8 | 38 |
| Octal | 227 | 206 | 212 | 0 | 13 | 11 | 51 | 532 | 10 | 70 |
| Binary | 10010111 | 10000110 | 10001010 | 0 | 1011 | 1001 | 101001 | 101011010 | 1000 | 111000 |
Color Harmonies of #97868A
Complementary color
Monochromatic Colors of #97868A
Black with #97868A
Text Example
Text Example
White with #97868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97868A; }
p { color: rgb(151,134,138); }
H1.HeaderClassName
{
color: #97868A;
}
.AnyTagClassName
{
color: #97868A;
}
</style>
background-color css
<style>
a { background-color: #97868A; }
a { background-color: rgb(151,134,138); }
div.DivClassName
{
background-color: #97868A;
}
.BgClassName
{
background-color: #97868A;
}
</style>
border-color css
<style>
span { border-color: #97868A; }
span { border-color: rgb(151,134,138); }
td.TdClassName
{
border-color: #97868A;
}
.TagClassName
{
border-color: #97868A;
}
</style>