Shades of Venus #908C8D
Tints of Venus #908C8D
RGB
CMYK
RGB Variations
Color information
#908C8D (or 0x908C8D) is known color: Venus. HEX triplet: 90, 8C and 8D. RGB value is (144,140,141). Sum of RGB (Red+Green+Blue) = 144+140+141=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 144 - color contains mainly: red. Hex color #908C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C8D is #6F7372. Grayscale: #8D8D8D. Windows color (decimal): -7304051 or 9276560. OLE color: 9276560.
HSL color Cylindrical-coordinate representation of color #908C8D: hue angle of 345º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908C8D is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
RGB | 144 | 140 | 141 | - |
CMYK | 0 | 0.03 | 0.02 | 0.44 |
HSL | 345º | 0.02% | 0.56% | - |
HSV(B) | 345º | 0.03% | 0.56% | - |
XYZ | 25.69 | 26.61 | 28.98 | - |
YUV | 141.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 140 | 141 | 0 | 0.03 | 0.02 | 0.44 | 345 | 0.02 | 0.56 |
Hex | 90 | 8C | 8D | 0 | 3 | 2 | 2C | 159 | 2 | 38 |
Octal | 220 | 214 | 215 | 0 | 3 | 2 | 54 | 531 | 2 | 70 |
Binary | 10010000 | 10001100 | 10001101 | 0 | 11 | 10 | 101100 | 101011001 | 10 | 111000 |
Color Harmonies of #908C8D
Complementary color
Monochromatic Colors of #908C8D
Black with #908C8D
Text Example
Text Example
White with #908C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C8D; }
p { color: rgb(144,140,141); }
H1.HeaderClassName
{
color: #908C8D;
}
.AnyTagClassName
{
color: #908C8D;
}
</style>
background-color css
<style>
a { background-color: #908C8D; }
a { background-color: rgb(144,140,141); }
div.DivClassName
{
background-color: #908C8D;
}
.BgClassName
{
background-color: #908C8D;
}
</style>
border-color css
<style>
span { border-color: #908C8D; }
span { border-color: rgb(144,140,141); }
td.TdClassName
{
border-color: #908C8D;
}
.TagClassName
{
border-color: #908C8D;
}
</style>