Shades of Venus #908B8C
Tints of Venus #908B8C
RGB
CMYK
RGB Variations
Color information
#908B8C (or 0x908B8C) is known color: Venus. HEX triplet: 90, 8B and 8C. RGB value is (144,139,140). Sum of RGB (Red+Green+Blue) = 144+139+140=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 144 - color contains mainly: red. Hex color #908B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B8C is #6F7473. Grayscale: #8C8C8C. Windows color (decimal): -7304308 or 9210768. OLE color: 9210768.
HSL color Cylindrical-coordinate representation of color #908B8C: hue angle of 348º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908B8C is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 140 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.44 |
| HSL | 348º | 0.02% | 0.55% | - |
| HSV(B) | 348º | 0.03% | 0.56% | - |
| XYZ | 25.47 | 26.29 | 28.54 | - |
| YUV | 140.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 140 | 0 | 0.03 | 0.03 | 0.44 | 348 | 0.02 | 0.55 |
| Hex | 90 | 8B | 8C | 0 | 3 | 3 | 2C | 15C | 2 | 37 |
| Octal | 220 | 213 | 214 | 0 | 3 | 3 | 54 | 534 | 2 | 67 |
| Binary | 10010000 | 10001011 | 10001100 | 0 | 11 | 11 | 101100 | 101011100 | 10 | 110111 |
Color Harmonies of #908B8C
Complementary color
Monochromatic Colors of #908B8C
Black with #908B8C
Text Example
Text Example
White with #908B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B8C; }
p { color: rgb(144,139,140); }
H1.HeaderClassName
{
color: #908B8C;
}
.AnyTagClassName
{
color: #908B8C;
}
</style>
background-color css
<style>
a { background-color: #908B8C; }
a { background-color: rgb(144,139,140); }
div.DivClassName
{
background-color: #908B8C;
}
.BgClassName
{
background-color: #908B8C;
}
</style>
border-color css
<style>
span { border-color: #908B8C; }
span { border-color: rgb(144,139,140); }
td.TdClassName
{
border-color: #908B8C;
}
.TagClassName
{
border-color: #908B8C;
}
</style>