Shades of Venus #978A8B
Tints of Venus #978A8B
RGB
CMYK
RGB Variations
Color information
#978A8B (or 0x978A8B) is known color: Venus. HEX triplet: 97, 8A and 8B. RGB value is (151,138,139). Sum of RGB (Red+Green+Blue) = 151+138+139=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A8B is #687574. Grayscale: #8E8E8E. Windows color (decimal): -6845813 or 9144983. OLE color: 9144983.
HSL color Cylindrical-coordinate representation of color #978A8B: hue angle of 355.38º 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 #978A8B is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 139 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.41 |
| HSL | 355.38º | 0.06% | 0.57% | - |
| HSV(B) | 355.38º | 0.09% | 0.59% | - |
| XYZ | 26.51 | 26.62 | 28.17 | - |
| YUV | 142 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 139 | 0 | 0.09 | 0.08 | 0.41 | 355.38 | 0.06 | 0.57 |
| Hex | 97 | 8A | 8B | 0 | 9 | 8 | 29 | 163 | 6 | 39 |
| Octal | 227 | 212 | 213 | 0 | 11 | 10 | 51 | 543 | 6 | 71 |
| Binary | 10010111 | 10001010 | 10001011 | 0 | 1001 | 1000 | 101001 | 101100011 | 110 | 111001 |
Color Harmonies of #978A8B
Complementary color
Monochromatic Colors of #978A8B
Black with #978A8B
Text Example
Text Example
White with #978A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A8B; }
p { color: rgb(151,138,139); }
H1.HeaderClassName
{
color: #978A8B;
}
.AnyTagClassName
{
color: #978A8B;
}
</style>
background-color css
<style>
a { background-color: #978A8B; }
a { background-color: rgb(151,138,139); }
div.DivClassName
{
background-color: #978A8B;
}
.BgClassName
{
background-color: #978A8B;
}
</style>
border-color css
<style>
span { border-color: #978A8B; }
span { border-color: rgb(151,138,139); }
td.TdClassName
{
border-color: #978A8B;
}
.TagClassName
{
border-color: #978A8B;
}
</style>