Shades of Venus #908388
Tints of Venus #908388
RGB
CMYK
RGB Variations
Color information
#908388 (or 0x908388) is known color: Venus. HEX triplet: 90, 83 and 88. RGB value is (144,131,136). Sum of RGB (Red+Green+Blue) = 144+131+136=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908388 is #6F7C77. Grayscale: #878787. Windows color (decimal): -7306360 or 8946576. OLE color: 8946576.
HSL color Cylindrical-coordinate representation of color #908388: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908388 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 136 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.44 |
| HSL | 336.92º | 0.06% | 0.54% | - |
| HSV(B) | 336.92º | 0.09% | 0.56% | - |
| XYZ | 24.06 | 23.94 | 26.65 | - |
| YUV | 135.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 136 | 0 | 0.09 | 0.06 | 0.44 | 336.92 | 0.06 | 0.54 |
| Hex | 90 | 83 | 88 | 0 | 9 | 6 | 2C | 151 | 6 | 36 |
| Octal | 220 | 203 | 210 | 0 | 11 | 6 | 54 | 521 | 6 | 66 |
| Binary | 10010000 | 10000011 | 10001000 | 0 | 1001 | 110 | 101100 | 101010001 | 110 | 110110 |
Color Harmonies of #908388
Complementary color
Monochromatic Colors of #908388
Black with #908388
Text Example
Text Example
White with #908388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908388; }
p { color: rgb(144,131,136); }
H1.HeaderClassName
{
color: #908388;
}
.AnyTagClassName
{
color: #908388;
}
</style>
background-color css
<style>
a { background-color: #908388; }
a { background-color: rgb(144,131,136); }
div.DivClassName
{
background-color: #908388;
}
.BgClassName
{
background-color: #908388;
}
</style>
border-color css
<style>
span { border-color: #908388; }
span { border-color: rgb(144,131,136); }
td.TdClassName
{
border-color: #908388;
}
.TagClassName
{
border-color: #908388;
}
</style>