Shades of Venus #908489
Tints of Venus #908489
RGB
CMYK
RGB Variations
Color information
#908489 (or 0x908489) is known color: Venus. HEX triplet: 90, 84 and 89. RGB value is (144,132,137). Sum of RGB (Red+Green+Blue) = 144+132+137=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908489 is #6F7B76. Grayscale: #888888. Windows color (decimal): -7306103 or 9012368. OLE color: 9012368.
HSL color Cylindrical-coordinate representation of color #908489: hue angle of 335º 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 #908489 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 137 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.44 |
| HSL | 335º | 0.05% | 0.54% | - |
| HSV(B) | 335º | 0.08% | 0.56% | - |
| XYZ | 24.27 | 24.24 | 27.07 | - |
| YUV | 136.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 137 | 0 | 0.08 | 0.05 | 0.44 | 335 | 0.05 | 0.54 |
| Hex | 90 | 84 | 89 | 0 | 8 | 5 | 2C | 14F | 5 | 36 |
| Octal | 220 | 204 | 211 | 0 | 10 | 5 | 54 | 517 | 5 | 66 |
| Binary | 10010000 | 10000100 | 10001001 | 0 | 1000 | 101 | 101100 | 101001111 | 101 | 110110 |
Color Harmonies of #908489
Complementary color
Monochromatic Colors of #908489
Black with #908489
Text Example
Text Example
White with #908489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908489; }
p { color: rgb(144,132,137); }
H1.HeaderClassName
{
color: #908489;
}
.AnyTagClassName
{
color: #908489;
}
</style>
background-color css
<style>
a { background-color: #908489; }
a { background-color: rgb(144,132,137); }
div.DivClassName
{
background-color: #908489;
}
.BgClassName
{
background-color: #908489;
}
</style>
border-color css
<style>
span { border-color: #908489; }
span { border-color: rgb(144,132,137); }
td.TdClassName
{
border-color: #908489;
}
.TagClassName
{
border-color: #908489;
}
</style>