Shades of Venus #968B8C
Tints of Venus #968B8C
RGB
CMYK
RGB Variations
Color information
#968B8C (or 0x968B8C) is known color: Venus. HEX triplet: 96, 8B and 8C. RGB value is (150,139,140). Sum of RGB (Red+Green+Blue) = 150+139+140=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B8C is #697473. Grayscale: #8E8E8E. Windows color (decimal): -6911092 or 9210774. OLE color: 9210774.
HSL color Cylindrical-coordinate representation of color #968B8C: hue angle of 354.55º 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 #968B8C is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 140 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.41 |
| HSL | 354.55º | 0.05% | 0.57% | - |
| HSV(B) | 354.55º | 0.07% | 0.59% | - |
| XYZ | 26.54 | 26.84 | 28.59 | - |
| YUV | 142.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 140 | 0 | 0.07 | 0.07 | 0.41 | 354.55 | 0.05 | 0.57 |
| Hex | 96 | 8B | 8C | 0 | 7 | 7 | 29 | 163 | 5 | 39 |
| Octal | 226 | 213 | 214 | 0 | 7 | 7 | 51 | 543 | 5 | 71 |
| Binary | 10010110 | 10001011 | 10001100 | 0 | 111 | 111 | 101001 | 101100011 | 101 | 111001 |
Color Harmonies of #968B8C
Complementary color
Monochromatic Colors of #968B8C
Black with #968B8C
Text Example
Text Example
White with #968B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B8C; }
p { color: rgb(150,139,140); }
H1.HeaderClassName
{
color: #968B8C;
}
.AnyTagClassName
{
color: #968B8C;
}
</style>
background-color css
<style>
a { background-color: #968B8C; }
a { background-color: rgb(150,139,140); }
div.DivClassName
{
background-color: #968B8C;
}
.BgClassName
{
background-color: #968B8C;
}
</style>
border-color css
<style>
span { border-color: #968B8C; }
span { border-color: rgb(150,139,140); }
td.TdClassName
{
border-color: #968B8C;
}
.TagClassName
{
border-color: #968B8C;
}
</style>