Shades of Venus #9A8C8D
Tints of Venus #9A8C8D
RGB
CMYK
RGB Variations
Color information
#9A8C8D (or 0x9A8C8D) is known color: Venus. HEX triplet: 9A, 8C and 8D. RGB value is (154,140,141). Sum of RGB (Red+Green+Blue) = 154+140+141=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8C8D is #657372. Grayscale: #909090. Windows color (decimal): -6648691 or 9276570. OLE color: 9276570.
HSL color Cylindrical-coordinate representation of color #9A8C8D: hue angle of 355.71º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9A8C8D is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 141 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.40 |
| HSL | 355.71º | 0.06% | 0.58% | - |
| HSV(B) | 355.71º | 0.09% | 0.6% | - |
| XYZ | 27.51 | 27.55 | 29.07 | - |
| YUV | 144.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 141 | 0 | 0.09 | 0.08 | 0.40 | 355.71 | 0.06 | 0.58 |
| Hex | 9A | 8C | 8D | 0 | 9 | 8 | 28 | 164 | 6 | 3A |
| Octal | 232 | 214 | 215 | 0 | 11 | 10 | 50 | 544 | 6 | 72 |
| Binary | 10011010 | 10001100 | 10001101 | 0 | 1001 | 1000 | 101000 | 101100100 | 110 | 111010 |
Color Harmonies of #9A8C8D
Complementary color
Monochromatic Colors of #9A8C8D
Black with #9A8C8D
Text Example
Text Example
White with #9A8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C8D; }
p { color: rgb(154,140,141); }
H1.HeaderClassName
{
color: #9A8C8D;
}
.AnyTagClassName
{
color: #9A8C8D;
}
</style>
background-color css
<style>
a { background-color: #9A8C8D; }
a { background-color: rgb(154,140,141); }
div.DivClassName
{
background-color: #9A8C8D;
}
.BgClassName
{
background-color: #9A8C8D;
}
</style>
border-color css
<style>
span { border-color: #9A8C8D; }
span { border-color: rgb(154,140,141); }
td.TdClassName
{
border-color: #9A8C8D;
}
.TagClassName
{
border-color: #9A8C8D;
}
</style>