Shades of Blue Marguerite #7A55BA
Tints of Blue Marguerite #7A55BA
RGB
CMYK
RGB Variations
Color information
#7A55BA (or 0x7A55BA) is known color: Blue Marguerite. HEX triplet: 7A, 55 and BA. RGB value is (122,85,186). Sum of RGB (Red+Green+Blue) = 122+85+186=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A55BA is #85AA45. Grayscale: #6B6B6B. Windows color (decimal): -8759878 or 12211578. OLE color: 12211578.
HSL color Cylindrical-coordinate representation of color #7A55BA: hue angle of 261.98º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A55BA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 85 | 186 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.27 |
| HSL | 261.98º | 0.42% | 0.53% | - |
| HSV(B) | 261.98º | 0.54% | 0.73% | - |
| XYZ | 20.14 | 14.18 | 48.13 | - |
| YUV | 107.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 186 | 0.34 | 0.54 | 0 | 0.27 | 261.98 | 0.42 | 0.53 |
| Hex | 7A | 55 | BA | 22 | 36 | 0 | 1B | 106 | 2A | 35 |
| Octal | 172 | 125 | 272 | 42 | 66 | 0 | 33 | 406 | 52 | 65 |
| Binary | 1111010 | 1010101 | 10111010 | 100010 | 110110 | 0 | 11011 | 100000110 | 101010 | 110101 |
Color Harmonies of #7A55BA
Complementary color
Monochromatic Colors of #7A55BA
Black with #7A55BA
Text Example
Text Example
White with #7A55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A55BA; }
p { color: rgb(122,85,186); }
H1.HeaderClassName
{
color: #7A55BA;
}
.AnyTagClassName
{
color: #7A55BA;
}
</style>
background-color css
<style>
a { background-color: #7A55BA; }
a { background-color: rgb(122,85,186); }
div.DivClassName
{
background-color: #7A55BA;
}
.BgClassName
{
background-color: #7A55BA;
}
</style>
border-color css
<style>
span { border-color: #7A55BA; }
span { border-color: rgb(122,85,186); }
td.TdClassName
{
border-color: #7A55BA;
}
.TagClassName
{
border-color: #7A55BA;
}
</style>