Shades of Venus #898285
Tints of Venus #898285
RGB
CMYK
RGB Variations
Color information
#898285 (or 0x898285) is known color: Venus. HEX triplet: 89, 82 and 85. RGB value is (137,130,133). Sum of RGB (Red+Green+Blue) = 137+130+133=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898285 is #767D7A. Grayscale: #848484. Windows color (decimal): -7765371 or 8749705. OLE color: 8749705.
HSL color Cylindrical-coordinate representation of color #898285: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898285 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 130 | 133 | - |
CMYK | 0 | 0.05 | 0.03 | 0.46 |
HSL | 334.29º | 0.03% | 0.52% | - |
HSV(B) | 334.29º | 0.05% | 0.54% | - |
XYZ | 22.53 | 22.98 | 25.44 | - |
YUV | 132.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 130 | 133 | 0 | 0.05 | 0.03 | 0.46 | 334.29 | 0.03 | 0.52 |
Hex | 89 | 82 | 85 | 0 | 5 | 3 | 2E | 14E | 3 | 34 |
Octal | 211 | 202 | 205 | 0 | 5 | 3 | 56 | 516 | 3 | 64 |
Binary | 10001001 | 10000010 | 10000101 | 0 | 101 | 11 | 101110 | 101001110 | 11 | 110100 |
Color Harmonies of #898285
Complementary color
Monochromatic Colors of #898285
Black with #898285
Text Example
Text Example
White with #898285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898285; }
p { color: rgb(137,130,133); }
H1.HeaderClassName
{
color: #898285;
}
.AnyTagClassName
{
color: #898285;
}
</style>
background-color css
<style>
a { background-color: #898285; }
a { background-color: rgb(137,130,133); }
div.DivClassName
{
background-color: #898285;
}
.BgClassName
{
background-color: #898285;
}
</style>
border-color css
<style>
span { border-color: #898285; }
span { border-color: rgb(137,130,133); }
td.TdClassName
{
border-color: #898285;
}
.TagClassName
{
border-color: #898285;
}
</style>