Shades of Venus #9B8C90
Tints of Venus #9B8C90
RGB
CMYK
RGB Variations
Color information
#9B8C90 (or 0x9B8C90) is known color: Venus. HEX triplet: 9B, 8C and 90. RGB value is (155,140,144). Sum of RGB (Red+Green+Blue) = 155+140+144=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8C90 is #64736F. Grayscale: #909090. Windows color (decimal): -6583152 or 9473179. OLE color: 9473179.
HSL color Cylindrical-coordinate representation of color #9B8C90: hue angle of 344º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8C90 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 144 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.39 |
| HSL | 344º | 0.07% | 0.58% | - |
| HSV(B) | 344º | 0.1% | 0.61% | - |
| XYZ | 27.93 | 27.74 | 30.27 | - |
| YUV | 144.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 144 | 0 | 0.10 | 0.07 | 0.39 | 344 | 0.07 | 0.58 |
| Hex | 9B | 8C | 90 | 0 | A | 7 | 27 | 158 | 7 | 3A |
| Octal | 233 | 214 | 220 | 0 | 12 | 7 | 47 | 530 | 7 | 72 |
| Binary | 10011011 | 10001100 | 10010000 | 0 | 1010 | 111 | 100111 | 101011000 | 111 | 111010 |
Color Harmonies of #9B8C90
Complementary color
Monochromatic Colors of #9B8C90
Black with #9B8C90
Text Example
Text Example
White with #9B8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C90; }
p { color: rgb(155,140,144); }
H1.HeaderClassName
{
color: #9B8C90;
}
.AnyTagClassName
{
color: #9B8C90;
}
</style>
background-color css
<style>
a { background-color: #9B8C90; }
a { background-color: rgb(155,140,144); }
div.DivClassName
{
background-color: #9B8C90;
}
.BgClassName
{
background-color: #9B8C90;
}
</style>
border-color css
<style>
span { border-color: #9B8C90; }
span { border-color: rgb(155,140,144); }
td.TdClassName
{
border-color: #9B8C90;
}
.TagClassName
{
border-color: #9B8C90;
}
</style>