Shades of Venus #908A8C
Tints of Venus #908A8C
RGB
CMYK
RGB Variations
Color information
#908A8C (or 0x908A8C) is known color: Venus. HEX triplet: 90, 8A and 8C. RGB value is (144,138,140). Sum of RGB (Red+Green+Blue) = 144+138+140=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 144 - color contains mainly: red. Hex color #908A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A8C is #6F7573. Grayscale: #8C8C8C. Windows color (decimal): -7304564 or 9210512. OLE color: 9210512.
HSL color Cylindrical-coordinate representation of color #908A8C: hue angle of 340º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #908A8C is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 140 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.44 |
| HSL | 340º | 0.03% | 0.55% | - |
| HSV(B) | 340º | 0.04% | 0.56% | - |
| XYZ | 25.32 | 26 | 28.49 | - |
| YUV | 140.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 140 | 0 | 0.04 | 0.03 | 0.44 | 340 | 0.03 | 0.55 |
| Hex | 90 | 8A | 8C | 0 | 4 | 3 | 2C | 154 | 3 | 37 |
| Octal | 220 | 212 | 214 | 0 | 4 | 3 | 54 | 524 | 3 | 67 |
| Binary | 10010000 | 10001010 | 10001100 | 0 | 100 | 11 | 101100 | 101010100 | 11 | 110111 |
Color Harmonies of #908A8C
Complementary color
Monochromatic Colors of #908A8C
Black with #908A8C
Text Example
Text Example
White with #908A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A8C; }
p { color: rgb(144,138,140); }
H1.HeaderClassName
{
color: #908A8C;
}
.AnyTagClassName
{
color: #908A8C;
}
</style>
background-color css
<style>
a { background-color: #908A8C; }
a { background-color: rgb(144,138,140); }
div.DivClassName
{
background-color: #908A8C;
}
.BgClassName
{
background-color: #908A8C;
}
</style>
border-color css
<style>
span { border-color: #908A8C; }
span { border-color: rgb(144,138,140); }
td.TdClassName
{
border-color: #908A8C;
}
.TagClassName
{
border-color: #908A8C;
}
</style>