Shades of Venus #8A7D83
Tints of Venus #8A7D83
RGB
CMYK
RGB Variations
Color information
#8A7D83 (or 0x8A7D83) is known color: Venus. HEX triplet: 8A, 7D and 83. RGB value is (138,125,131). Sum of RGB (Red+Green+Blue) = 138+125+131=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D83 is #75827C. Grayscale: #818181. Windows color (decimal): -7701117 or 8617354. OLE color: 8617354.
HSL color Cylindrical-coordinate representation of color #8A7D83: hue angle of 332.31º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A7D83 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 125 | 131 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.46 |
| HSL | 332.31º | 0.05% | 0.52% | - |
| HSV(B) | 332.31º | 0.09% | 0.54% | - |
| XYZ | 21.91 | 21.71 | 24.51 | - |
| YUV | 129.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 131 | 0 | 0.09 | 0.05 | 0.46 | 332.31 | 0.05 | 0.52 |
| Hex | 8A | 7D | 83 | 0 | 9 | 5 | 2E | 14C | 5 | 34 |
| Octal | 212 | 175 | 203 | 0 | 11 | 5 | 56 | 514 | 5 | 64 |
| Binary | 10001010 | 1111101 | 10000011 | 0 | 1001 | 101 | 101110 | 101001100 | 101 | 110100 |
Color Harmonies of #8A7D83
Complementary color
Monochromatic Colors of #8A7D83
Black with #8A7D83
Text Example
Text Example
White with #8A7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D83; }
p { color: rgb(138,125,131); }
H1.HeaderClassName
{
color: #8A7D83;
}
.AnyTagClassName
{
color: #8A7D83;
}
</style>
background-color css
<style>
a { background-color: #8A7D83; }
a { background-color: rgb(138,125,131); }
div.DivClassName
{
background-color: #8A7D83;
}
.BgClassName
{
background-color: #8A7D83;
}
</style>
border-color css
<style>
span { border-color: #8A7D83; }
span { border-color: rgb(138,125,131); }
td.TdClassName
{
border-color: #8A7D83;
}
.TagClassName
{
border-color: #8A7D83;
}
</style>