Shades of Venus #908384
Tints of Venus #908384
RGB
CMYK
RGB Variations
Color information
#908384 (or 0x908384) is known color: Venus. HEX triplet: 90, 83 and 84. RGB value is (144,131,132). Sum of RGB (Red+Green+Blue) = 144+131+132=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908384 is #6F7C7B. Grayscale: #878787. Windows color (decimal): -7306364 or 8684432. OLE color: 8684432.
HSL color Cylindrical-coordinate representation of color #908384: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908384 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 132 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.44 |
| HSL | 355.38º | 0.06% | 0.54% | - |
| HSV(B) | 355.38º | 0.09% | 0.56% | - |
| XYZ | 23.78 | 23.83 | 25.18 | - |
| YUV | 135 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 132 | 0 | 0.09 | 0.08 | 0.44 | 355.38 | 0.06 | 0.54 |
| Hex | 90 | 83 | 84 | 0 | 9 | 8 | 2C | 163 | 6 | 36 |
| Octal | 220 | 203 | 204 | 0 | 11 | 10 | 54 | 543 | 6 | 66 |
| Binary | 10010000 | 10000011 | 10000100 | 0 | 1001 | 1000 | 101100 | 101100011 | 110 | 110110 |
Color Harmonies of #908384
Complementary color
Monochromatic Colors of #908384
Black with #908384
Text Example
Text Example
White with #908384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908384; }
p { color: rgb(144,131,132); }
H1.HeaderClassName
{
color: #908384;
}
.AnyTagClassName
{
color: #908384;
}
</style>
background-color css
<style>
a { background-color: #908384; }
a { background-color: rgb(144,131,132); }
div.DivClassName
{
background-color: #908384;
}
.BgClassName
{
background-color: #908384;
}
</style>
border-color css
<style>
span { border-color: #908384; }
span { border-color: rgb(144,131,132); }
td.TdClassName
{
border-color: #908384;
}
.TagClassName
{
border-color: #908384;
}
</style>