Shades of Affair #7E538D
Tints of Affair #7E538D
RGB
CMYK
RGB Variations
Color information
#7E538D (or 0x7E538D) is known color: Affair. HEX triplet: 7E, 53 and 8D. RGB value is (126,83,141). Sum of RGB (Red+Green+Blue) = 126+83+141=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E538D is #81AC72. Grayscale: #666666. Windows color (decimal): -8498291 or 9261950. OLE color: 9261950.
HSL color Cylindrical-coordinate representation of color #7E538D: hue angle of 284.48º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E538D is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 83 | 141 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.45 |
| HSL | 284.48º | 0.26% | 0.44% | - |
| HSV(B) | 284.48º | 0.41% | 0.55% | - |
| XYZ | 16.51 | 12.55 | 26.75 | - |
| YUV | 102.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 141 | 0.11 | 0.41 | 0 | 0.45 | 284.48 | 0.26 | 0.44 |
| Hex | 7E | 53 | 8D | B | 29 | 0 | 2D | 11C | 1A | 2C |
| Octal | 176 | 123 | 215 | 13 | 51 | 0 | 55 | 434 | 32 | 54 |
| Binary | 1111110 | 1010011 | 10001101 | 1011 | 101001 | 0 | 101101 | 100011100 | 11010 | 101100 |
Color Harmonies of #7E538D
Complementary color
Monochromatic Colors of #7E538D
Black with #7E538D
Text Example
Text Example
White with #7E538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E538D; }
p { color: rgb(126,83,141); }
H1.HeaderClassName
{
color: #7E538D;
}
.AnyTagClassName
{
color: #7E538D;
}
</style>
background-color css
<style>
a { background-color: #7E538D; }
a { background-color: rgb(126,83,141); }
div.DivClassName
{
background-color: #7E538D;
}
.BgClassName
{
background-color: #7E538D;
}
</style>
border-color css
<style>
span { border-color: #7E538D; }
span { border-color: rgb(126,83,141); }
td.TdClassName
{
border-color: #7E538D;
}
.TagClassName
{
border-color: #7E538D;
}
</style>