Shades of Venus #908589
Tints of Venus #908589
RGB
CMYK
RGB Variations
Color information
#908589 (or 0x908589) is known color: Venus. HEX triplet: 90, 85 and 89. RGB value is (144,133,137). Sum of RGB (Red+Green+Blue) = 144+133+137=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #908589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908589 is #6F7A76. Grayscale: #888888. Windows color (decimal): -7305847 or 9012624. OLE color: 9012624.
HSL color Cylindrical-coordinate representation of color #908589: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908589 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 137 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.44 |
| HSL | 338.18º | 0.05% | 0.54% | - |
| HSV(B) | 338.18º | 0.08% | 0.56% | - |
| XYZ | 24.4 | 24.51 | 27.11 | - |
| YUV | 136.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 137 | 0 | 0.08 | 0.05 | 0.44 | 338.18 | 0.05 | 0.54 |
| Hex | 90 | 85 | 89 | 0 | 8 | 5 | 2C | 152 | 5 | 36 |
| Octal | 220 | 205 | 211 | 0 | 10 | 5 | 54 | 522 | 5 | 66 |
| Binary | 10010000 | 10000101 | 10001001 | 0 | 1000 | 101 | 101100 | 101010010 | 101 | 110110 |
Color Harmonies of #908589
Complementary color
Monochromatic Colors of #908589
Black with #908589
Text Example
Text Example
White with #908589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908589; }
p { color: rgb(144,133,137); }
H1.HeaderClassName
{
color: #908589;
}
.AnyTagClassName
{
color: #908589;
}
</style>
background-color css
<style>
a { background-color: #908589; }
a { background-color: rgb(144,133,137); }
div.DivClassName
{
background-color: #908589;
}
.BgClassName
{
background-color: #908589;
}
</style>
border-color css
<style>
span { border-color: #908589; }
span { border-color: rgb(144,133,137); }
td.TdClassName
{
border-color: #908589;
}
.TagClassName
{
border-color: #908589;
}
</style>