Shades of Venus #908587
Tints of Venus #908587
RGB
CMYK
RGB Variations
Color information
#908587 (or 0x908587) is known color: Venus. HEX triplet: 90, 85 and 87. RGB value is (144,133,135). Sum of RGB (Red+Green+Blue) = 144+133+135=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908587 is #6F7A78. Grayscale: #888888. Windows color (decimal): -7305849 or 8881552. OLE color: 8881552.
HSL color Cylindrical-coordinate representation of color #908587: hue angle of 349.09º 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 #908587 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 135 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.44 |
| HSL | 349.09º | 0.05% | 0.54% | - |
| HSV(B) | 349.09º | 0.08% | 0.56% | - |
| XYZ | 24.26 | 24.45 | 26.36 | - |
| YUV | 136.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 135 | 0 | 0.08 | 0.06 | 0.44 | 349.09 | 0.05 | 0.54 |
| Hex | 90 | 85 | 87 | 0 | 8 | 6 | 2C | 15D | 5 | 36 |
| Octal | 220 | 205 | 207 | 0 | 10 | 6 | 54 | 535 | 5 | 66 |
| Binary | 10010000 | 10000101 | 10000111 | 0 | 1000 | 110 | 101100 | 101011101 | 101 | 110110 |
Color Harmonies of #908587
Complementary color
Monochromatic Colors of #908587
Black with #908587
Text Example
Text Example
White with #908587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908587; }
p { color: rgb(144,133,135); }
H1.HeaderClassName
{
color: #908587;
}
.AnyTagClassName
{
color: #908587;
}
</style>
background-color css
<style>
a { background-color: #908587; }
a { background-color: rgb(144,133,135); }
div.DivClassName
{
background-color: #908587;
}
.BgClassName
{
background-color: #908587;
}
</style>
border-color css
<style>
span { border-color: #908587; }
span { border-color: rgb(144,133,135); }
td.TdClassName
{
border-color: #908587;
}
.TagClassName
{
border-color: #908587;
}
</style>