Shades of Venus #8C8384
Tints of Venus #8C8384
RGB
CMYK
RGB Variations
Color information
#8C8384 (or 0x8C8384) is known color: Venus. HEX triplet: 8C, 83 and 84. RGB value is (140,131,132). Sum of RGB (Red+Green+Blue) = 140+131+132=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8384 is #737C7B. Grayscale: #858585. Windows color (decimal): -7568508 or 8684428. OLE color: 8684428.
HSL color Cylindrical-coordinate representation of color #8C8384: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8384 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 132 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.45 |
| HSL | 353.33º | 0.04% | 0.53% | - |
| HSV(B) | 353.33º | 0.06% | 0.55% | - |
| XYZ | 23.1 | 23.47 | 25.14 | - |
| YUV | 133.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 132 | 0 | 0.06 | 0.06 | 0.45 | 353.33 | 0.04 | 0.53 |
| Hex | 8C | 83 | 84 | 0 | 6 | 6 | 2D | 161 | 4 | 35 |
| Octal | 214 | 203 | 204 | 0 | 6 | 6 | 55 | 541 | 4 | 65 |
| Binary | 10001100 | 10000011 | 10000100 | 0 | 110 | 110 | 101101 | 101100001 | 100 | 110101 |
Color Harmonies of #8C8384
Complementary color
Monochromatic Colors of #8C8384
Black with #8C8384
Text Example
Text Example
White with #8C8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8384; }
p { color: rgb(140,131,132); }
H1.HeaderClassName
{
color: #8C8384;
}
.AnyTagClassName
{
color: #8C8384;
}
</style>
background-color css
<style>
a { background-color: #8C8384; }
a { background-color: rgb(140,131,132); }
div.DivClassName
{
background-color: #8C8384;
}
.BgClassName
{
background-color: #8C8384;
}
</style>
border-color css
<style>
span { border-color: #8C8384; }
span { border-color: rgb(140,131,132); }
td.TdClassName
{
border-color: #8C8384;
}
.TagClassName
{
border-color: #8C8384;
}
</style>