Shades of Venus #8F7E86
Tints of Venus #8F7E86
RGB
CMYK
RGB Variations
Color information
#8F7E86 (or 0x8F7E86) is known color: Venus. HEX triplet: 8F, 7E and 86. RGB value is (143,126,134). Sum of RGB (Red+Green+Blue) = 143+126+134=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E86 is #708179. Grayscale: #838383. Windows color (decimal): -7373178 or 8814223. OLE color: 8814223.
HSL color Cylindrical-coordinate representation of color #8F7E86: hue angle of 331.76º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F7E86 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 134 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.44 |
| HSL | 331.76º | 0.07% | 0.53% | - |
| HSV(B) | 331.76º | 0.12% | 0.56% | - |
| XYZ | 23.09 | 22.48 | 25.68 | - |
| YUV | 132 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 134 | 0 | 0.12 | 0.06 | 0.44 | 331.76 | 0.07 | 0.53 |
| Hex | 8F | 7E | 86 | 0 | C | 6 | 2C | 14C | 7 | 35 |
| Octal | 217 | 176 | 206 | 0 | 14 | 6 | 54 | 514 | 7 | 65 |
| Binary | 10001111 | 1111110 | 10000110 | 0 | 1100 | 110 | 101100 | 101001100 | 111 | 110101 |
Color Harmonies of #8F7E86
Complementary color
Monochromatic Colors of #8F7E86
Black with #8F7E86
Text Example
Text Example
White with #8F7E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E86; }
p { color: rgb(143,126,134); }
H1.HeaderClassName
{
color: #8F7E86;
}
.AnyTagClassName
{
color: #8F7E86;
}
</style>
background-color css
<style>
a { background-color: #8F7E86; }
a { background-color: rgb(143,126,134); }
div.DivClassName
{
background-color: #8F7E86;
}
.BgClassName
{
background-color: #8F7E86;
}
</style>
border-color css
<style>
span { border-color: #8F7E86; }
span { border-color: rgb(143,126,134); }
td.TdClassName
{
border-color: #8F7E86;
}
.TagClassName
{
border-color: #8F7E86;
}
</style>