Shades of Venus #968588
Tints of Venus #968588
RGB
CMYK
RGB Variations
Color information
#968588 (or 0x968588) is known color: Venus. HEX triplet: 96, 85 and 88. RGB value is (150,133,136). Sum of RGB (Red+Green+Blue) = 150+133+136=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #968588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968588 is #697A77. Grayscale: #8A8A8A. Windows color (decimal): -6912632 or 8947094. OLE color: 8947094.
HSL color Cylindrical-coordinate representation of color #968588: hue angle of 349.41º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968588 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 136 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.41 |
| HSL | 349.41º | 0.07% | 0.55% | - |
| HSV(B) | 349.41º | 0.11% | 0.59% | - |
| XYZ | 25.41 | 25.04 | 26.79 | - |
| YUV | 138.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 136 | 0 | 0.11 | 0.09 | 0.41 | 349.41 | 0.07 | 0.55 |
| Hex | 96 | 85 | 88 | 0 | B | 9 | 29 | 15D | 7 | 37 |
| Octal | 226 | 205 | 210 | 0 | 13 | 11 | 51 | 535 | 7 | 67 |
| Binary | 10010110 | 10000101 | 10001000 | 0 | 1011 | 1001 | 101001 | 101011101 | 111 | 110111 |
Color Harmonies of #968588
Complementary color
Monochromatic Colors of #968588
Black with #968588
Text Example
Text Example
White with #968588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968588; }
p { color: rgb(150,133,136); }
H1.HeaderClassName
{
color: #968588;
}
.AnyTagClassName
{
color: #968588;
}
</style>
background-color css
<style>
a { background-color: #968588; }
a { background-color: rgb(150,133,136); }
div.DivClassName
{
background-color: #968588;
}
.BgClassName
{
background-color: #968588;
}
</style>
border-color css
<style>
span { border-color: #968588; }
span { border-color: rgb(150,133,136); }
td.TdClassName
{
border-color: #968588;
}
.TagClassName
{
border-color: #968588;
}
</style>