Shades of Venus #898384
Tints of Venus #898384
RGB
CMYK
RGB Variations
Color information
#898384 (or 0x898384) is known color: Venus. HEX triplet: 89, 83 and 84. RGB value is (137,131,132). Sum of RGB (Red+Green+Blue) = 137+131+132=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898384 is #767C7B. Grayscale: #848484. Windows color (decimal): -7765116 or 8684425. OLE color: 8684425.
HSL color Cylindrical-coordinate representation of color #898384: hue angle of 350º 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 #898384 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 132 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.46 |
| HSL | 350º | 0.02% | 0.53% | - |
| HSV(B) | 350º | 0.04% | 0.54% | - |
| XYZ | 22.6 | 23.22 | 25.12 | - |
| YUV | 132.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 132 | 0 | 0.04 | 0.04 | 0.46 | 350 | 0.02 | 0.53 |
| Hex | 89 | 83 | 84 | 0 | 4 | 4 | 2E | 15E | 2 | 35 |
| Octal | 211 | 203 | 204 | 0 | 4 | 4 | 56 | 536 | 2 | 65 |
| Binary | 10001001 | 10000011 | 10000100 | 0 | 100 | 100 | 101110 | 101011110 | 10 | 110101 |
Color Harmonies of #898384
Complementary color
Monochromatic Colors of #898384
Black with #898384
Text Example
Text Example
White with #898384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898384; }
p { color: rgb(137,131,132); }
H1.HeaderClassName
{
color: #898384;
}
.AnyTagClassName
{
color: #898384;
}
</style>
background-color css
<style>
a { background-color: #898384; }
a { background-color: rgb(137,131,132); }
div.DivClassName
{
background-color: #898384;
}
.BgClassName
{
background-color: #898384;
}
</style>
border-color css
<style>
span { border-color: #898384; }
span { border-color: rgb(137,131,132); }
td.TdClassName
{
border-color: #898384;
}
.TagClassName
{
border-color: #898384;
}
</style>