Shades of Venus #968D8F
Tints of Venus #968D8F
RGB
CMYK
RGB Variations
Color information
#968D8F (or 0x968D8F) is known color: Venus. HEX triplet: 96, 8D and 8F. RGB value is (150,141,143). Sum of RGB (Red+Green+Blue) = 150+141+143=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D8F is #697270. Grayscale: #8F8F8F. Windows color (decimal): -6910577 or 9407894. OLE color: 9407894.
HSL color Cylindrical-coordinate representation of color #968D8F: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #968D8F is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 143 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.41 |
| HSL | 346.67º | 0.04% | 0.57% | - |
| HSV(B) | 346.67º | 0.06% | 0.59% | - |
| XYZ | 27.06 | 27.52 | 29.87 | - |
| YUV | 143.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 143 | 0 | 0.06 | 0.05 | 0.41 | 346.67 | 0.04 | 0.57 |
| Hex | 96 | 8D | 8F | 0 | 6 | 5 | 29 | 15B | 4 | 39 |
| Octal | 226 | 215 | 217 | 0 | 6 | 5 | 51 | 533 | 4 | 71 |
| Binary | 10010110 | 10001101 | 10001111 | 0 | 110 | 101 | 101001 | 101011011 | 100 | 111001 |
Color Harmonies of #968D8F
Complementary color
Monochromatic Colors of #968D8F
Black with #968D8F
Text Example
Text Example
White with #968D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D8F; }
p { color: rgb(150,141,143); }
H1.HeaderClassName
{
color: #968D8F;
}
.AnyTagClassName
{
color: #968D8F;
}
</style>
background-color css
<style>
a { background-color: #968D8F; }
a { background-color: rgb(150,141,143); }
div.DivClassName
{
background-color: #968D8F;
}
.BgClassName
{
background-color: #968D8F;
}
</style>
border-color css
<style>
span { border-color: #968D8F; }
span { border-color: rgb(150,141,143); }
td.TdClassName
{
border-color: #968D8F;
}
.TagClassName
{
border-color: #968D8F;
}
</style>