Shades of Venus #8B8084
Tints of Venus #8B8084
RGB
CMYK
RGB Variations
Color information
#8B8084 (or 0x8B8084) is known color: Venus. HEX triplet: 8B, 80 and 84. RGB value is (139,128,132). Sum of RGB (Red+Green+Blue) = 139+128+132=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8084 is #747F7B. Grayscale: #838383. Windows color (decimal): -7634812 or 8683659. OLE color: 8683659.
HSL color Cylindrical-coordinate representation of color #8B8084: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8084 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 132 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.45 |
| HSL | 338.18º | 0.05% | 0.52% | - |
| HSV(B) | 338.18º | 0.08% | 0.55% | - |
| XYZ | 22.53 | 22.59 | 25 | - |
| YUV | 131.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 132 | 0 | 0.08 | 0.05 | 0.45 | 338.18 | 0.05 | 0.52 |
| Hex | 8B | 80 | 84 | 0 | 8 | 5 | 2D | 152 | 5 | 34 |
| Octal | 213 | 200 | 204 | 0 | 10 | 5 | 55 | 522 | 5 | 64 |
| Binary | 10001011 | 10000000 | 10000100 | 0 | 1000 | 101 | 101101 | 101010010 | 101 | 110100 |
Color Harmonies of #8B8084
Complementary color
Monochromatic Colors of #8B8084
Black with #8B8084
Text Example
Text Example
White with #8B8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8084; }
p { color: rgb(139,128,132); }
H1.HeaderClassName
{
color: #8B8084;
}
.AnyTagClassName
{
color: #8B8084;
}
</style>
background-color css
<style>
a { background-color: #8B8084; }
a { background-color: rgb(139,128,132); }
div.DivClassName
{
background-color: #8B8084;
}
.BgClassName
{
background-color: #8B8084;
}
</style>
border-color css
<style>
span { border-color: #8B8084; }
span { border-color: rgb(139,128,132); }
td.TdClassName
{
border-color: #8B8084;
}
.TagClassName
{
border-color: #8B8084;
}
</style>