Shades of Affair #7F508F
Tints of Affair #7F508F
RGB
CMYK
RGB Variations
Color information
#7F508F (or 0x7F508F) is known color: Affair. HEX triplet: 7F, 50 and 8F. RGB value is (127,80,143). Sum of RGB (Red+Green+Blue) = 127+80+143=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F508F is #80AF70. Grayscale: #656565. Windows color (decimal): -8433521 or 9392255. OLE color: 9392255.
HSL color Cylindrical-coordinate representation of color #7F508F: hue angle of 284.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F508F is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 80 | 143 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.44 |
| HSL | 284.76º | 0.28% | 0.44% | - |
| HSV(B) | 284.76º | 0.44% | 0.56% | - |
| XYZ | 16.58 | 12.23 | 27.47 | - |
| YUV | 101.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 143 | 0.11 | 0.44 | 0 | 0.44 | 284.76 | 0.28 | 0.44 |
| Hex | 7F | 50 | 8F | B | 2C | 0 | 2C | 11D | 1C | 2C |
| Octal | 177 | 120 | 217 | 13 | 54 | 0 | 54 | 435 | 34 | 54 |
| Binary | 1111111 | 1010000 | 10001111 | 1011 | 101100 | 0 | 101100 | 100011101 | 11100 | 101100 |
Color Harmonies of #7F508F
Complementary color
Monochromatic Colors of #7F508F
Black with #7F508F
Text Example
Text Example
White with #7F508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F508F; }
p { color: rgb(127,80,143); }
H1.HeaderClassName
{
color: #7F508F;
}
.AnyTagClassName
{
color: #7F508F;
}
</style>
background-color css
<style>
a { background-color: #7F508F; }
a { background-color: rgb(127,80,143); }
div.DivClassName
{
background-color: #7F508F;
}
.BgClassName
{
background-color: #7F508F;
}
</style>
border-color css
<style>
span { border-color: #7F508F; }
span { border-color: rgb(127,80,143); }
td.TdClassName
{
border-color: #7F508F;
}
.TagClassName
{
border-color: #7F508F;
}
</style>