Shades of Venus #898385
Tints of Venus #898385
RGB
CMYK
RGB Variations
Color information
#898385 (or 0x898385) is known color: Venus. HEX triplet: 89, 83 and 85. RGB value is (137,131,133). Sum of RGB (Red+Green+Blue) = 137+131+133=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 137 - color contains mainly: red. Hex color #898385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898385 is #767C7A. Grayscale: #858585. Windows color (decimal): -7765115 or 8749961. OLE color: 8749961.
HSL color Cylindrical-coordinate representation of color #898385: hue angle of 340º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898385 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 133 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.46 |
| HSL | 340º | 0.02% | 0.53% | - |
| HSV(B) | 340º | 0.04% | 0.54% | - |
| XYZ | 22.67 | 23.24 | 25.48 | - |
| YUV | 133.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 133 | 0 | 0.04 | 0.03 | 0.46 | 340 | 0.02 | 0.53 |
| Hex | 89 | 83 | 85 | 0 | 4 | 3 | 2E | 154 | 2 | 35 |
| Octal | 211 | 203 | 205 | 0 | 4 | 3 | 56 | 524 | 2 | 65 |
| Binary | 10001001 | 10000011 | 10000101 | 0 | 100 | 11 | 101110 | 101010100 | 10 | 110101 |
Color Harmonies of #898385
Complementary color
Monochromatic Colors of #898385
Black with #898385
Text Example
Text Example
White with #898385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898385; }
p { color: rgb(137,131,133); }
H1.HeaderClassName
{
color: #898385;
}
.AnyTagClassName
{
color: #898385;
}
</style>
background-color css
<style>
a { background-color: #898385; }
a { background-color: rgb(137,131,133); }
div.DivClassName
{
background-color: #898385;
}
.BgClassName
{
background-color: #898385;
}
</style>
border-color css
<style>
span { border-color: #898385; }
span { border-color: rgb(137,131,133); }
td.TdClassName
{
border-color: #898385;
}
.TagClassName
{
border-color: #898385;
}
</style>