Shades of Venus #908487
Tints of Venus #908487
RGB
CMYK
RGB Variations
Color information
#908487 (or 0x908487) is known color: Venus. HEX triplet: 90, 84 and 87. RGB value is (144,132,135). Sum of RGB (Red+Green+Blue) = 144+132+135=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908487 is #6F7B78. Grayscale: #878787. Windows color (decimal): -7306105 or 8881296. OLE color: 8881296.
HSL color Cylindrical-coordinate representation of color #908487: hue angle of 345º 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 #908487 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 135 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.44 |
| HSL | 345º | 0.05% | 0.54% | - |
| HSV(B) | 345º | 0.08% | 0.56% | - |
| XYZ | 24.13 | 24.18 | 26.32 | - |
| YUV | 135.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 135 | 0 | 0.08 | 0.06 | 0.44 | 345 | 0.05 | 0.54 |
| Hex | 90 | 84 | 87 | 0 | 8 | 6 | 2C | 159 | 5 | 36 |
| Octal | 220 | 204 | 207 | 0 | 10 | 6 | 54 | 531 | 5 | 66 |
| Binary | 10010000 | 10000100 | 10000111 | 0 | 1000 | 110 | 101100 | 101011001 | 101 | 110110 |
Color Harmonies of #908487
Complementary color
Monochromatic Colors of #908487
Black with #908487
Text Example
Text Example
White with #908487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908487; }
p { color: rgb(144,132,135); }
H1.HeaderClassName
{
color: #908487;
}
.AnyTagClassName
{
color: #908487;
}
</style>
background-color css
<style>
a { background-color: #908487; }
a { background-color: rgb(144,132,135); }
div.DivClassName
{
background-color: #908487;
}
.BgClassName
{
background-color: #908487;
}
</style>
border-color css
<style>
span { border-color: #908487; }
span { border-color: rgb(144,132,135); }
td.TdClassName
{
border-color: #908487;
}
.TagClassName
{
border-color: #908487;
}
</style>