Shades of Venus #908288
Tints of Venus #908288
RGB
CMYK
RGB Variations
Color information
#908288 (or 0x908288) is known color: Venus. HEX triplet: 90, 82 and 88. RGB value is (144,130,136). Sum of RGB (Red+Green+Blue) = 144+130+136=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908288 is #6F7D77. Grayscale: #868686. Windows color (decimal): -7306616 or 8946320. OLE color: 8946320.
HSL color Cylindrical-coordinate representation of color #908288: hue angle of 334.29º 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 #908288 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 136 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.44 |
| HSL | 334.29º | 0.06% | 0.54% | - |
| HSV(B) | 334.29º | 0.1% | 0.56% | - |
| XYZ | 23.93 | 23.67 | 26.6 | - |
| YUV | 134.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 136 | 0 | 0.10 | 0.06 | 0.44 | 334.29 | 0.06 | 0.54 |
| Hex | 90 | 82 | 88 | 0 | A | 6 | 2C | 14E | 6 | 36 |
| Octal | 220 | 202 | 210 | 0 | 12 | 6 | 54 | 516 | 6 | 66 |
| Binary | 10010000 | 10000010 | 10001000 | 0 | 1010 | 110 | 101100 | 101001110 | 110 | 110110 |
Color Harmonies of #908288
Complementary color
Monochromatic Colors of #908288
Black with #908288
Text Example
Text Example
White with #908288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908288; }
p { color: rgb(144,130,136); }
H1.HeaderClassName
{
color: #908288;
}
.AnyTagClassName
{
color: #908288;
}
</style>
background-color css
<style>
a { background-color: #908288; }
a { background-color: rgb(144,130,136); }
div.DivClassName
{
background-color: #908288;
}
.BgClassName
{
background-color: #908288;
}
</style>
border-color css
<style>
span { border-color: #908288; }
span { border-color: rgb(144,130,136); }
td.TdClassName
{
border-color: #908288;
}
.TagClassName
{
border-color: #908288;
}
</style>