Shades of Venus #96868B
Tints of Venus #96868B
RGB
CMYK
RGB Variations
Color information
#96868B (or 0x96868B) is known color: Venus. HEX triplet: 96, 86 and 8B. RGB value is (150,134,139). Sum of RGB (Red+Green+Blue) = 150+134+139=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96868B is #697974. Grayscale: #8B8B8B. Windows color (decimal): -6912373 or 9143958. OLE color: 9143958.
HSL color Cylindrical-coordinate representation of color #96868B: hue angle of 341.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96868B is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 139 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.41 |
| HSL | 341.25º | 0.07% | 0.56% | - |
| HSV(B) | 341.25º | 0.11% | 0.59% | - |
| XYZ | 25.76 | 25.4 | 27.97 | - |
| YUV | 139.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 139 | 0 | 0.11 | 0.07 | 0.41 | 341.25 | 0.07 | 0.56 |
| Hex | 96 | 86 | 8B | 0 | B | 7 | 29 | 155 | 7 | 38 |
| Octal | 226 | 206 | 213 | 0 | 13 | 7 | 51 | 525 | 7 | 70 |
| Binary | 10010110 | 10000110 | 10001011 | 0 | 1011 | 111 | 101001 | 101010101 | 111 | 111000 |
Color Harmonies of #96868B
Complementary color
Monochromatic Colors of #96868B
Black with #96868B
Text Example
Text Example
White with #96868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96868B; }
p { color: rgb(150,134,139); }
H1.HeaderClassName
{
color: #96868B;
}
.AnyTagClassName
{
color: #96868B;
}
</style>
background-color css
<style>
a { background-color: #96868B; }
a { background-color: rgb(150,134,139); }
div.DivClassName
{
background-color: #96868B;
}
.BgClassName
{
background-color: #96868B;
}
</style>
border-color css
<style>
span { border-color: #96868B; }
span { border-color: rgb(150,134,139); }
td.TdClassName
{
border-color: #96868B;
}
.TagClassName
{
border-color: #96868B;
}
</style>