Shades of Venus #908889
Tints of Venus #908889
RGB
CMYK
RGB Variations
Color information
#908889 (or 0x908889) is known color: Venus. HEX triplet: 90, 88 and 89. RGB value is (144,136,137). Sum of RGB (Red+Green+Blue) = 144+136+137=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #908889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908889 is #6F7776. Grayscale: #8A8A8A. Windows color (decimal): -7305079 or 9013392. OLE color: 9013392.
HSL color Cylindrical-coordinate representation of color #908889: hue angle of 352.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908889 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 137 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.44 |
| HSL | 352.5º | 0.03% | 0.55% | - |
| HSV(B) | 352.5º | 0.06% | 0.56% | - |
| XYZ | 24.82 | 25.34 | 27.25 | - |
| YUV | 138.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 137 | 0 | 0.06 | 0.05 | 0.44 | 352.5 | 0.03 | 0.55 |
| Hex | 90 | 88 | 89 | 0 | 6 | 5 | 2C | 160 | 3 | 37 |
| Octal | 220 | 210 | 211 | 0 | 6 | 5 | 54 | 540 | 3 | 67 |
| Binary | 10010000 | 10001000 | 10001001 | 0 | 110 | 101 | 101100 | 101100000 | 11 | 110111 |
Color Harmonies of #908889
Complementary color
Monochromatic Colors of #908889
Black with #908889
Text Example
Text Example
White with #908889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908889; }
p { color: rgb(144,136,137); }
H1.HeaderClassName
{
color: #908889;
}
.AnyTagClassName
{
color: #908889;
}
</style>
background-color css
<style>
a { background-color: #908889; }
a { background-color: rgb(144,136,137); }
div.DivClassName
{
background-color: #908889;
}
.BgClassName
{
background-color: #908889;
}
</style>
border-color css
<style>
span { border-color: #908889; }
span { border-color: rgb(144,136,137); }
td.TdClassName
{
border-color: #908889;
}
.TagClassName
{
border-color: #908889;
}
</style>