Shades of Venus #8D898A
Tints of Venus #8D898A
RGB
CMYK
RGB Variations
Color information
#8D898A (or 0x8D898A) is known color: Venus. HEX triplet: 8D, 89 and 8A. RGB value is (141,137,138). Sum of RGB (Red+Green+Blue) = 141+137+138=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 141 - color contains mainly: red. Hex color #8D898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D898A is #727675. Grayscale: #8A8A8A. Windows color (decimal): -7501430 or 9079181. OLE color: 9079181.
HSL color Cylindrical-coordinate representation of color #8D898A: hue angle of 345º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8D898A is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 138 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.45 |
| HSL | 345º | 0.02% | 0.55% | - |
| HSV(B) | 345º | 0.03% | 0.55% | - |
| XYZ | 24.52 | 25.39 | 27.65 | - |
| YUV | 138.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 138 | 0 | 0.03 | 0.02 | 0.45 | 345 | 0.02 | 0.55 |
| Hex | 8D | 89 | 8A | 0 | 3 | 2 | 2D | 159 | 2 | 37 |
| Octal | 215 | 211 | 212 | 0 | 3 | 2 | 55 | 531 | 2 | 67 |
| Binary | 10001101 | 10001001 | 10001010 | 0 | 11 | 10 | 101101 | 101011001 | 10 | 110111 |
Color Harmonies of #8D898A
Complementary color
Monochromatic Colors of #8D898A
Black with #8D898A
Text Example
Text Example
White with #8D898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D898A; }
p { color: rgb(141,137,138); }
H1.HeaderClassName
{
color: #8D898A;
}
.AnyTagClassName
{
color: #8D898A;
}
</style>
background-color css
<style>
a { background-color: #8D898A; }
a { background-color: rgb(141,137,138); }
div.DivClassName
{
background-color: #8D898A;
}
.BgClassName
{
background-color: #8D898A;
}
</style>
border-color css
<style>
span { border-color: #8D898A; }
span { border-color: rgb(141,137,138); }
td.TdClassName
{
border-color: #8D898A;
}
.TagClassName
{
border-color: #8D898A;
}
</style>