Shades of Venus #8B7C81
Tints of Venus #8B7C81
RGB
CMYK
RGB Variations
Color information
#8B7C81 (or 0x8B7C81) is known color: Venus. HEX triplet: 8B, 7C and 81. RGB value is (139,124,129). Sum of RGB (Red+Green+Blue) = 139+124+129=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7C81 is #74837E. Grayscale: #818181. Windows color (decimal): -7635839 or 8486027. OLE color: 8486027.
HSL color Cylindrical-coordinate representation of color #8B7C81: hue angle of 340º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B7C81 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 129 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.45 |
| HSL | 340º | 0.06% | 0.52% | - |
| HSV(B) | 340º | 0.11% | 0.55% | - |
| XYZ | 21.82 | 21.49 | 23.77 | - |
| YUV | 129.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 129 | 0 | 0.11 | 0.07 | 0.45 | 340 | 0.06 | 0.52 |
| Hex | 8B | 7C | 81 | 0 | B | 7 | 2D | 154 | 6 | 34 |
| Octal | 213 | 174 | 201 | 0 | 13 | 7 | 55 | 524 | 6 | 64 |
| Binary | 10001011 | 1111100 | 10000001 | 0 | 1011 | 111 | 101101 | 101010100 | 110 | 110100 |
Color Harmonies of #8B7C81
Complementary color
Monochromatic Colors of #8B7C81
Black with #8B7C81
Text Example
Text Example
White with #8B7C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C81; }
p { color: rgb(139,124,129); }
H1.HeaderClassName
{
color: #8B7C81;
}
.AnyTagClassName
{
color: #8B7C81;
}
</style>
background-color css
<style>
a { background-color: #8B7C81; }
a { background-color: rgb(139,124,129); }
div.DivClassName
{
background-color: #8B7C81;
}
.BgClassName
{
background-color: #8B7C81;
}
</style>
border-color css
<style>
span { border-color: #8B7C81; }
span { border-color: rgb(139,124,129); }
td.TdClassName
{
border-color: #8B7C81;
}
.TagClassName
{
border-color: #8B7C81;
}
</style>