Shades of Venus #8A7F84
Tints of Venus #8A7F84
RGB
CMYK
RGB Variations
Color information
#8A7F84 (or 0x8A7F84) is known color: Venus. HEX triplet: 8A, 7F and 84. RGB value is (138,127,132). Sum of RGB (Red+Green+Blue) = 138+127+132=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F84 is #75807B. Grayscale: #828282. Windows color (decimal): -7700604 or 8683402. OLE color: 8683402.
HSL color Cylindrical-coordinate representation of color #8A7F84: hue angle of 332.73º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A7F84 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 132 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.46 |
| HSL | 332.73º | 0.04% | 0.52% | - |
| HSV(B) | 332.73º | 0.08% | 0.54% | - |
| XYZ | 22.24 | 22.25 | 24.95 | - |
| YUV | 130.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 132 | 0 | 0.08 | 0.04 | 0.46 | 332.73 | 0.04 | 0.52 |
| Hex | 8A | 7F | 84 | 0 | 8 | 4 | 2E | 14D | 4 | 34 |
| Octal | 212 | 177 | 204 | 0 | 10 | 4 | 56 | 515 | 4 | 64 |
| Binary | 10001010 | 1111111 | 10000100 | 0 | 1000 | 100 | 101110 | 101001101 | 100 | 110100 |
Color Harmonies of #8A7F84
Complementary color
Monochromatic Colors of #8A7F84
Black with #8A7F84
Text Example
Text Example
White with #8A7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F84; }
p { color: rgb(138,127,132); }
H1.HeaderClassName
{
color: #8A7F84;
}
.AnyTagClassName
{
color: #8A7F84;
}
</style>
background-color css
<style>
a { background-color: #8A7F84; }
a { background-color: rgb(138,127,132); }
div.DivClassName
{
background-color: #8A7F84;
}
.BgClassName
{
background-color: #8A7F84;
}
</style>
border-color css
<style>
span { border-color: #8A7F84; }
span { border-color: rgb(138,127,132); }
td.TdClassName
{
border-color: #8A7F84;
}
.TagClassName
{
border-color: #8A7F84;
}
</style>