Shades of Venus #968E8F
Tints of Venus #968E8F
RGB
CMYK
RGB Variations
Color information
#968E8F (or 0x968E8F) is known color: Venus. HEX triplet: 96, 8E and 8F. RGB value is (150,142,143). Sum of RGB (Red+Green+Blue) = 150+142+143=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #968E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E8F is #697170. Grayscale: #909090. Windows color (decimal): -6910321 or 9408150. OLE color: 9408150.
HSL color Cylindrical-coordinate representation of color #968E8F: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #968E8F is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 143 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.41 |
| HSL | 352.5º | 0.04% | 0.57% | - |
| HSV(B) | 352.5º | 0.05% | 0.59% | - |
| XYZ | 27.21 | 27.81 | 29.92 | - |
| YUV | 144.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 143 | 0 | 0.05 | 0.05 | 0.41 | 352.5 | 0.04 | 0.57 |
| Hex | 96 | 8E | 8F | 0 | 5 | 5 | 29 | 160 | 4 | 39 |
| Octal | 226 | 216 | 217 | 0 | 5 | 5 | 51 | 540 | 4 | 71 |
| Binary | 10010110 | 10001110 | 10001111 | 0 | 101 | 101 | 101001 | 101100000 | 100 | 111001 |
Color Harmonies of #968E8F
Complementary color
Monochromatic Colors of #968E8F
Black with #968E8F
Text Example
Text Example
White with #968E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E8F; }
p { color: rgb(150,142,143); }
H1.HeaderClassName
{
color: #968E8F;
}
.AnyTagClassName
{
color: #968E8F;
}
</style>
background-color css
<style>
a { background-color: #968E8F; }
a { background-color: rgb(150,142,143); }
div.DivClassName
{
background-color: #968E8F;
}
.BgClassName
{
background-color: #968E8F;
}
</style>
border-color css
<style>
span { border-color: #968E8F; }
span { border-color: rgb(150,142,143); }
td.TdClassName
{
border-color: #968E8F;
}
.TagClassName
{
border-color: #968E8F;
}
</style>