Shades of Venus #9B8A8C
Tints of Venus #9B8A8C
RGB
CMYK
RGB Variations
Color information
#9B8A8C (or 0x9B8A8C) is known color: Venus. HEX triplet: 9B, 8A and 8C. RGB value is (155,138,140). Sum of RGB (Red+Green+Blue) = 155+138+140=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A8C is #647573. Grayscale: #8F8F8F. Windows color (decimal): -6583668 or 9210523. OLE color: 9210523.
HSL color Cylindrical-coordinate representation of color #9B8A8C: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9B8A8C is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 140 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.39 |
| HSL | 352.94º | 0.08% | 0.57% | - |
| HSV(B) | 352.94º | 0.11% | 0.61% | - |
| XYZ | 27.34 | 27.04 | 28.59 | - |
| YUV | 143.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 140 | 0 | 0.11 | 0.10 | 0.39 | 352.94 | 0.08 | 0.57 |
| Hex | 9B | 8A | 8C | 0 | B | A | 27 | 161 | 8 | 39 |
| Octal | 233 | 212 | 214 | 0 | 13 | 12 | 47 | 541 | 10 | 71 |
| Binary | 10011011 | 10001010 | 10001100 | 0 | 1011 | 1010 | 100111 | 101100001 | 1000 | 111001 |
Color Harmonies of #9B8A8C
Complementary color
Monochromatic Colors of #9B8A8C
Black with #9B8A8C
Text Example
Text Example
White with #9B8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A8C; }
p { color: rgb(155,138,140); }
H1.HeaderClassName
{
color: #9B8A8C;
}
.AnyTagClassName
{
color: #9B8A8C;
}
</style>
background-color css
<style>
a { background-color: #9B8A8C; }
a { background-color: rgb(155,138,140); }
div.DivClassName
{
background-color: #9B8A8C;
}
.BgClassName
{
background-color: #9B8A8C;
}
</style>
border-color css
<style>
span { border-color: #9B8A8C; }
span { border-color: rgb(155,138,140); }
td.TdClassName
{
border-color: #9B8A8C;
}
.TagClassName
{
border-color: #9B8A8C;
}
</style>