Shades of Affair #7F518B
Tints of Affair #7F518B
RGB
CMYK
RGB Variations
Color information
#7F518B (or 0x7F518B) is known color: Affair. HEX triplet: 7F, 51 and 8B. RGB value is (127,81,139). Sum of RGB (Red+Green+Blue) = 127+81+139=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F518B is #80AE74. Grayscale: #656565. Windows color (decimal): -8433269 or 9130367. OLE color: 9130367.
HSL color Cylindrical-coordinate representation of color #7F518B: hue angle of 287.59º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F518B is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 81 | 139 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.45 |
| HSL | 287.59º | 0.26% | 0.43% | - |
| HSV(B) | 287.59º | 0.42% | 0.55% | - |
| XYZ | 16.36 | 12.26 | 25.93 | - |
| YUV | 101.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 139 | 0.09 | 0.42 | 0 | 0.45 | 287.59 | 0.26 | 0.43 |
| Hex | 7F | 51 | 8B | 9 | 2A | 0 | 2D | 120 | 1A | 2B |
| Octal | 177 | 121 | 213 | 11 | 52 | 0 | 55 | 440 | 32 | 53 |
| Binary | 1111111 | 1010001 | 10001011 | 1001 | 101010 | 0 | 101101 | 100100000 | 11010 | 101011 |
Color Harmonies of #7F518B
Complementary color
Monochromatic Colors of #7F518B
Black with #7F518B
Text Example
Text Example
White with #7F518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F518B; }
p { color: rgb(127,81,139); }
H1.HeaderClassName
{
color: #7F518B;
}
.AnyTagClassName
{
color: #7F518B;
}
</style>
background-color css
<style>
a { background-color: #7F518B; }
a { background-color: rgb(127,81,139); }
div.DivClassName
{
background-color: #7F518B;
}
.BgClassName
{
background-color: #7F518B;
}
</style>
border-color css
<style>
span { border-color: #7F518B; }
span { border-color: rgb(127,81,139); }
td.TdClassName
{
border-color: #7F518B;
}
.TagClassName
{
border-color: #7F518B;
}
</style>