Shades of Affair #7E508B
Tints of Affair #7E508B
RGB
CMYK
RGB Variations
Color information
#7E508B (or 0x7E508B) is known color: Affair. HEX triplet: 7E, 50 and 8B. RGB value is (126,80,139). Sum of RGB (Red+Green+Blue) = 126+80+139=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E508B is #81AF74. Grayscale: #646464. Windows color (decimal): -8499061 or 9130110. OLE color: 9130110.
HSL color Cylindrical-coordinate representation of color #7E508B: hue angle of 286.78º degrees, saturation: 0.27, 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 #7E508B is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 80 | 139 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.45 |
| HSL | 286.78º | 0.27% | 0.43% | - |
| HSV(B) | 286.78º | 0.42% | 0.55% | - |
| XYZ | 16.13 | 12.04 | 25.9 | - |
| YUV | 100.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 139 | 0.09 | 0.42 | 0 | 0.45 | 286.78 | 0.27 | 0.43 |
| Hex | 7E | 50 | 8B | 9 | 2A | 0 | 2D | 11F | 1B | 2B |
| Octal | 176 | 120 | 213 | 11 | 52 | 0 | 55 | 437 | 33 | 53 |
| Binary | 1111110 | 1010000 | 10001011 | 1001 | 101010 | 0 | 101101 | 100011111 | 11011 | 101011 |
Color Harmonies of #7E508B
Complementary color
Monochromatic Colors of #7E508B
Black with #7E508B
Text Example
Text Example
White with #7E508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E508B; }
p { color: rgb(126,80,139); }
H1.HeaderClassName
{
color: #7E508B;
}
.AnyTagClassName
{
color: #7E508B;
}
</style>
background-color css
<style>
a { background-color: #7E508B; }
a { background-color: rgb(126,80,139); }
div.DivClassName
{
background-color: #7E508B;
}
.BgClassName
{
background-color: #7E508B;
}
</style>
border-color css
<style>
span { border-color: #7E508B; }
span { border-color: rgb(126,80,139); }
td.TdClassName
{
border-color: #7E508B;
}
.TagClassName
{
border-color: #7E508B;
}
</style>