Shades of Venus #908588
Tints of Venus #908588
RGB
CMYK
RGB Variations
Color information
#908588 (or 0x908588) is known color: Venus. HEX triplet: 90, 85 and 88. RGB value is (144,133,136). Sum of RGB (Red+Green+Blue) = 144+133+136=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908588 is #6F7A77. Grayscale: #888888. Windows color (decimal): -7305848 or 8947088. OLE color: 8947088.
HSL color Cylindrical-coordinate representation of color #908588: hue angle of 343.64º 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 #908588 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 136 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.44 |
| HSL | 343.64º | 0.05% | 0.54% | - |
| HSV(B) | 343.64º | 0.08% | 0.56% | - |
| XYZ | 24.33 | 24.48 | 26.74 | - |
| YUV | 136.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 136 | 0 | 0.08 | 0.06 | 0.44 | 343.64 | 0.05 | 0.54 |
| Hex | 90 | 85 | 88 | 0 | 8 | 6 | 2C | 158 | 5 | 36 |
| Octal | 220 | 205 | 210 | 0 | 10 | 6 | 54 | 530 | 5 | 66 |
| Binary | 10010000 | 10000101 | 10001000 | 0 | 1000 | 110 | 101100 | 101011000 | 101 | 110110 |
Color Harmonies of #908588
Complementary color
Monochromatic Colors of #908588
Black with #908588
Text Example
Text Example
White with #908588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908588; }
p { color: rgb(144,133,136); }
H1.HeaderClassName
{
color: #908588;
}
.AnyTagClassName
{
color: #908588;
}
</style>
background-color css
<style>
a { background-color: #908588; }
a { background-color: rgb(144,133,136); }
div.DivClassName
{
background-color: #908588;
}
.BgClassName
{
background-color: #908588;
}
</style>
border-color css
<style>
span { border-color: #908588; }
span { border-color: rgb(144,133,136); }
td.TdClassName
{
border-color: #908588;
}
.TagClassName
{
border-color: #908588;
}
</style>