Shades of Venus #968C8E
Tints of Venus #968C8E
RGB
CMYK
RGB Variations
Color information
#968C8E (or 0x968C8E) is known color: Venus. HEX triplet: 96, 8C and 8E. RGB value is (150,140,142). Sum of RGB (Red+Green+Blue) = 150+140+142=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C8E is #697371. Grayscale: #8F8F8F. Windows color (decimal): -6910834 or 9342102. OLE color: 9342102.
HSL color Cylindrical-coordinate representation of color #968C8E: hue angle of 348º 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 #968C8E is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 142 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.41 |
| HSL | 348º | 0.05% | 0.57% | - |
| HSV(B) | 348º | 0.07% | 0.59% | - |
| XYZ | 26.84 | 27.19 | 29.43 | - |
| YUV | 143.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 142 | 0 | 0.07 | 0.05 | 0.41 | 348 | 0.05 | 0.57 |
| Hex | 96 | 8C | 8E | 0 | 7 | 5 | 29 | 15C | 5 | 39 |
| Octal | 226 | 214 | 216 | 0 | 7 | 5 | 51 | 534 | 5 | 71 |
| Binary | 10010110 | 10001100 | 10001110 | 0 | 111 | 101 | 101001 | 101011100 | 101 | 111001 |
Color Harmonies of #968C8E
Complementary color
Monochromatic Colors of #968C8E
Black with #968C8E
Text Example
Text Example
White with #968C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C8E; }
p { color: rgb(150,140,142); }
H1.HeaderClassName
{
color: #968C8E;
}
.AnyTagClassName
{
color: #968C8E;
}
</style>
background-color css
<style>
a { background-color: #968C8E; }
a { background-color: rgb(150,140,142); }
div.DivClassName
{
background-color: #968C8E;
}
.BgClassName
{
background-color: #968C8E;
}
</style>
border-color css
<style>
span { border-color: #968C8E; }
span { border-color: rgb(150,140,142); }
td.TdClassName
{
border-color: #968C8E;
}
.TagClassName
{
border-color: #968C8E;
}
</style>