Shades of Venus #968A8E
Tints of Venus #968A8E
RGB
CMYK
RGB Variations
Color information
#968A8E (or 0x968A8E) is known color: Venus. HEX triplet: 96, 8A and 8E. RGB value is (150,138,142). Sum of RGB (Red+Green+Blue) = 150+138+142=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #968A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A8E is #697571. Grayscale: #8E8E8E. Windows color (decimal): -6911346 or 9341590. OLE color: 9341590.
HSL color Cylindrical-coordinate representation of color #968A8E: hue angle of 340º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #968A8E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 142 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.41 |
| HSL | 340º | 0.05% | 0.56% | - |
| HSV(B) | 340º | 0.08% | 0.59% | - |
| XYZ | 26.55 | 26.61 | 29.33 | - |
| YUV | 142.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 142 | 0 | 0.08 | 0.05 | 0.41 | 340 | 0.05 | 0.56 |
| Hex | 96 | 8A | 8E | 0 | 8 | 5 | 29 | 154 | 5 | 38 |
| Octal | 226 | 212 | 216 | 0 | 10 | 5 | 51 | 524 | 5 | 70 |
| Binary | 10010110 | 10001010 | 10001110 | 0 | 1000 | 101 | 101001 | 101010100 | 101 | 111000 |
Color Harmonies of #968A8E
Complementary color
Monochromatic Colors of #968A8E
Black with #968A8E
Text Example
Text Example
White with #968A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A8E; }
p { color: rgb(150,138,142); }
H1.HeaderClassName
{
color: #968A8E;
}
.AnyTagClassName
{
color: #968A8E;
}
</style>
background-color css
<style>
a { background-color: #968A8E; }
a { background-color: rgb(150,138,142); }
div.DivClassName
{
background-color: #968A8E;
}
.BgClassName
{
background-color: #968A8E;
}
</style>
border-color css
<style>
span { border-color: #968A8E; }
span { border-color: rgb(150,138,142); }
td.TdClassName
{
border-color: #968A8E;
}
.TagClassName
{
border-color: #968A8E;
}
</style>