Shades of Venus #90888B
Tints of Venus #90888B
RGB
CMYK
RGB Variations
Color information
#90888B (or 0x90888B) is known color: Venus. HEX triplet: 90, 88 and 8B. RGB value is (144,136,139). Sum of RGB (Red+Green+Blue) = 144+136+139=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 144 - color contains mainly: red. Hex color #90888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90888B is #6F7774. Grayscale: #8A8A8A. Windows color (decimal): -7305077 or 9144464. OLE color: 9144464.
HSL color Cylindrical-coordinate representation of color #90888B: hue angle of 337.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 #90888B is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 139 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.44 |
| HSL | 337.5º | 0.03% | 0.55% | - |
| HSV(B) | 337.5º | 0.06% | 0.56% | - |
| XYZ | 24.97 | 25.4 | 28.01 | - |
| YUV | 138.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 139 | 0 | 0.06 | 0.03 | 0.44 | 337.5 | 0.03 | 0.55 |
| Hex | 90 | 88 | 8B | 0 | 6 | 3 | 2C | 152 | 3 | 37 |
| Octal | 220 | 210 | 213 | 0 | 6 | 3 | 54 | 522 | 3 | 67 |
| Binary | 10010000 | 10001000 | 10001011 | 0 | 110 | 11 | 101100 | 101010010 | 11 | 110111 |
Color Harmonies of #90888B
Complementary color
Monochromatic Colors of #90888B
Black with #90888B
Text Example
Text Example
White with #90888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90888B; }
p { color: rgb(144,136,139); }
H1.HeaderClassName
{
color: #90888B;
}
.AnyTagClassName
{
color: #90888B;
}
</style>
background-color css
<style>
a { background-color: #90888B; }
a { background-color: rgb(144,136,139); }
div.DivClassName
{
background-color: #90888B;
}
.BgClassName
{
background-color: #90888B;
}
</style>
border-color css
<style>
span { border-color: #90888B; }
span { border-color: rgb(144,136,139); }
td.TdClassName
{
border-color: #90888B;
}
.TagClassName
{
border-color: #90888B;
}
</style>