Shades of Blue Marguerite #7A56B7
Tints of Blue Marguerite #7A56B7
RGB
CMYK
RGB Variations
Color information
#7A56B7 (or 0x7A56B7) is known color: Blue Marguerite. HEX triplet: 7A, 56 and B7. RGB value is (122,86,183). Sum of RGB (Red+Green+Blue) = 122+86+183=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A56B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56B7 is #85A948. Grayscale: #6B6B6B. Windows color (decimal): -8759625 or 12015226. OLE color: 12015226.
HSL color Cylindrical-coordinate representation of color #7A56B7: hue angle of 262.27º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A56B7 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 86 | 183 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.28 |
| HSL | 262.27º | 0.4% | 0.53% | - |
| HSV(B) | 262.27º | 0.53% | 0.72% | - |
| XYZ | 19.9 | 14.21 | 46.49 | - |
| YUV | 107.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 183 | 0.33 | 0.53 | 0 | 0.28 | 262.27 | 0.4 | 0.53 |
| Hex | 7A | 56 | B7 | 21 | 35 | 0 | 1C | 106 | 28 | 35 |
| Octal | 172 | 126 | 267 | 41 | 65 | 0 | 34 | 406 | 50 | 65 |
| Binary | 1111010 | 1010110 | 10110111 | 100001 | 110101 | 0 | 11100 | 100000110 | 101000 | 110101 |
Color Harmonies of #7A56B7
Complementary color
Monochromatic Colors of #7A56B7
Black with #7A56B7
Text Example
Text Example
White with #7A56B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56B7; }
p { color: rgb(122,86,183); }
H1.HeaderClassName
{
color: #7A56B7;
}
.AnyTagClassName
{
color: #7A56B7;
}
</style>
background-color css
<style>
a { background-color: #7A56B7; }
a { background-color: rgb(122,86,183); }
div.DivClassName
{
background-color: #7A56B7;
}
.BgClassName
{
background-color: #7A56B7;
}
</style>
border-color css
<style>
span { border-color: #7A56B7; }
span { border-color: rgb(122,86,183); }
td.TdClassName
{
border-color: #7A56B7;
}
.TagClassName
{
border-color: #7A56B7;
}
</style>