Shades of Blue Marguerite #7A5EAE
Tints of Blue Marguerite #7A5EAE
RGB
CMYK
RGB Variations
Color information
#7A5EAE (or 0x7A5EAE) is known color: Blue Marguerite. HEX triplet: 7A, 5E and AE. RGB value is (122,94,174). Sum of RGB (Red+Green+Blue) = 122+94+174=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5EAE is #85A151. Grayscale: #6F6F6F. Windows color (decimal): -8757586 or 11427450. OLE color: 11427450.
HSL color Cylindrical-coordinate representation of color #7A5EAE: hue angle of 261º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A5EAE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 94 | 174 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.32 |
| HSL | 261º | 0.33% | 0.53% | - |
| HSV(B) | 261º | 0.46% | 0.68% | - |
| XYZ | 19.67 | 15.2 | 41.94 | - |
| YUV | 111.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 174 | 0.30 | 0.46 | 0 | 0.32 | 261 | 0.33 | 0.53 |
| Hex | 7A | 5E | AE | 1E | 2E | 0 | 20 | 105 | 21 | 35 |
| Octal | 172 | 136 | 256 | 36 | 56 | 0 | 40 | 405 | 41 | 65 |
| Binary | 1111010 | 1011110 | 10101110 | 11110 | 101110 | 0 | 100000 | 100000101 | 100001 | 110101 |
Color Harmonies of #7A5EAE
Complementary color
Monochromatic Colors of #7A5EAE
Black with #7A5EAE
Text Example
Text Example
White with #7A5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5EAE; }
p { color: rgb(122,94,174); }
H1.HeaderClassName
{
color: #7A5EAE;
}
.AnyTagClassName
{
color: #7A5EAE;
}
</style>
background-color css
<style>
a { background-color: #7A5EAE; }
a { background-color: rgb(122,94,174); }
div.DivClassName
{
background-color: #7A5EAE;
}
.BgClassName
{
background-color: #7A5EAE;
}
</style>
border-color css
<style>
span { border-color: #7A5EAE; }
span { border-color: rgb(122,94,174); }
td.TdClassName
{
border-color: #7A5EAE;
}
.TagClassName
{
border-color: #7A5EAE;
}
</style>