Shades of Venus #8B8082
Tints of Venus #8B8082
RGB
CMYK
RGB Variations
Color information
#8B8082 (or 0x8B8082) is known color: Venus. HEX triplet: 8B, 80 and 82. RGB value is (139,128,130). Sum of RGB (Red+Green+Blue) = 139+128+130=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8082 is #747F7D. Grayscale: #838383. Windows color (decimal): -7634814 or 8552587. OLE color: 8552587.
HSL color Cylindrical-coordinate representation of color #8B8082: hue angle of 349.09º 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 #8B8082 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 130 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.45 |
| HSL | 349.09º | 0.05% | 0.52% | - |
| HSV(B) | 349.09º | 0.08% | 0.55% | - |
| XYZ | 22.4 | 22.54 | 24.29 | - |
| YUV | 131.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 130 | 0 | 0.08 | 0.06 | 0.45 | 349.09 | 0.05 | 0.52 |
| Hex | 8B | 80 | 82 | 0 | 8 | 6 | 2D | 15D | 5 | 34 |
| Octal | 213 | 200 | 202 | 0 | 10 | 6 | 55 | 535 | 5 | 64 |
| Binary | 10001011 | 10000000 | 10000010 | 0 | 1000 | 110 | 101101 | 101011101 | 101 | 110100 |
Color Harmonies of #8B8082
Complementary color
Monochromatic Colors of #8B8082
Black with #8B8082
Text Example
Text Example
White with #8B8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8082; }
p { color: rgb(139,128,130); }
H1.HeaderClassName
{
color: #8B8082;
}
.AnyTagClassName
{
color: #8B8082;
}
</style>
background-color css
<style>
a { background-color: #8B8082; }
a { background-color: rgb(139,128,130); }
div.DivClassName
{
background-color: #8B8082;
}
.BgClassName
{
background-color: #8B8082;
}
</style>
border-color css
<style>
span { border-color: #8B8082; }
span { border-color: rgb(139,128,130); }
td.TdClassName
{
border-color: #8B8082;
}
.TagClassName
{
border-color: #8B8082;
}
</style>