Shades of Venus #8B8384
Tints of Venus #8B8384
RGB
CMYK
RGB Variations
Color information
#8B8384 (or 0x8B8384) is known color: Venus. HEX triplet: 8B, 83 and 84. RGB value is (139,131,132). Sum of RGB (Red+Green+Blue) = 139+131+132=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8384 is #747C7B. Grayscale: #858585. Windows color (decimal): -7634044 or 8684427. OLE color: 8684427.
HSL color Cylindrical-coordinate representation of color #8B8384: hue angle of 352.5º degrees, saturation: 0.03, 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 #8B8384 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 132 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.45 |
| HSL | 352.5º | 0.03% | 0.53% | - |
| HSV(B) | 352.5º | 0.06% | 0.55% | - |
| XYZ | 22.93 | 23.39 | 25.14 | - |
| YUV | 133.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 132 | 0 | 0.06 | 0.05 | 0.45 | 352.5 | 0.03 | 0.53 |
| Hex | 8B | 83 | 84 | 0 | 6 | 5 | 2D | 160 | 3 | 35 |
| Octal | 213 | 203 | 204 | 0 | 6 | 5 | 55 | 540 | 3 | 65 |
| Binary | 10001011 | 10000011 | 10000100 | 0 | 110 | 101 | 101101 | 101100000 | 11 | 110101 |
Color Harmonies of #8B8384
Complementary color
Monochromatic Colors of #8B8384
Black with #8B8384
Text Example
Text Example
White with #8B8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8384; }
p { color: rgb(139,131,132); }
H1.HeaderClassName
{
color: #8B8384;
}
.AnyTagClassName
{
color: #8B8384;
}
</style>
background-color css
<style>
a { background-color: #8B8384; }
a { background-color: rgb(139,131,132); }
div.DivClassName
{
background-color: #8B8384;
}
.BgClassName
{
background-color: #8B8384;
}
</style>
border-color css
<style>
span { border-color: #8B8384; }
span { border-color: rgb(139,131,132); }
td.TdClassName
{
border-color: #8B8384;
}
.TagClassName
{
border-color: #8B8384;
}
</style>