Shades of Venus #968C8F
Tints of Venus #968C8F
RGB
CMYK
RGB Variations
Color information
#968C8F (or 0x968C8F) is known color: Venus. HEX triplet: 96, 8C and 8F. RGB value is (150,140,143). Sum of RGB (Red+Green+Blue) = 150+140+143=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #968C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C8F is #697370. Grayscale: #8F8F8F. Windows color (decimal): -6910833 or 9407638. OLE color: 9407638.
HSL color Cylindrical-coordinate representation of color #968C8F: hue angle of 342º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968C8F is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 143 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.41 |
| HSL | 342º | 0.05% | 0.57% | - |
| HSV(B) | 342º | 0.07% | 0.59% | - |
| XYZ | 26.91 | 27.22 | 29.82 | - |
| YUV | 143.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 143 | 0 | 0.07 | 0.05 | 0.41 | 342 | 0.05 | 0.57 |
| Hex | 96 | 8C | 8F | 0 | 7 | 5 | 29 | 156 | 5 | 39 |
| Octal | 226 | 214 | 217 | 0 | 7 | 5 | 51 | 526 | 5 | 71 |
| Binary | 10010110 | 10001100 | 10001111 | 0 | 111 | 101 | 101001 | 101010110 | 101 | 111001 |
Color Harmonies of #968C8F
Complementary color
Monochromatic Colors of #968C8F
Black with #968C8F
Text Example
Text Example
White with #968C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C8F; }
p { color: rgb(150,140,143); }
H1.HeaderClassName
{
color: #968C8F;
}
.AnyTagClassName
{
color: #968C8F;
}
</style>
background-color css
<style>
a { background-color: #968C8F; }
a { background-color: rgb(150,140,143); }
div.DivClassName
{
background-color: #968C8F;
}
.BgClassName
{
background-color: #968C8F;
}
</style>
border-color css
<style>
span { border-color: #968C8F; }
span { border-color: rgb(150,140,143); }
td.TdClassName
{
border-color: #968C8F;
}
.TagClassName
{
border-color: #968C8F;
}
</style>