Shades of Venus #908188
Tints of Venus #908188
RGB
CMYK
RGB Variations
Color information
#908188 (or 0x908188) is known color: Venus. HEX triplet: 90, 81 and 88. RGB value is (144,129,136). Sum of RGB (Red+Green+Blue) = 144+129+136=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908188 is #6F7E77. Grayscale: #868686. Windows color (decimal): -7306872 or 8946064. OLE color: 8946064.
HSL color Cylindrical-coordinate representation of color #908188: hue angle of 332º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908188 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 136 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.44 |
| HSL | 332º | 0.06% | 0.54% | - |
| HSV(B) | 332º | 0.1% | 0.56% | - |
| XYZ | 23.8 | 23.41 | 26.56 | - |
| YUV | 134.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 136 | 0 | 0.10 | 0.06 | 0.44 | 332 | 0.06 | 0.54 |
| Hex | 90 | 81 | 88 | 0 | A | 6 | 2C | 14C | 6 | 36 |
| Octal | 220 | 201 | 210 | 0 | 12 | 6 | 54 | 514 | 6 | 66 |
| Binary | 10010000 | 10000001 | 10001000 | 0 | 1010 | 110 | 101100 | 101001100 | 110 | 110110 |
Color Harmonies of #908188
Complementary color
Monochromatic Colors of #908188
Black with #908188
Text Example
Text Example
White with #908188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908188; }
p { color: rgb(144,129,136); }
H1.HeaderClassName
{
color: #908188;
}
.AnyTagClassName
{
color: #908188;
}
</style>
background-color css
<style>
a { background-color: #908188; }
a { background-color: rgb(144,129,136); }
div.DivClassName
{
background-color: #908188;
}
.BgClassName
{
background-color: #908188;
}
</style>
border-color css
<style>
span { border-color: #908188; }
span { border-color: rgb(144,129,136); }
td.TdClassName
{
border-color: #908188;
}
.TagClassName
{
border-color: #908188;
}
</style>