Shades of Blue Marguerite #7A5BB0
Tints of Blue Marguerite #7A5BB0
RGB
CMYK
RGB Variations
Color information
#7A5BB0 (or 0x7A5BB0) is known color: Blue Marguerite. HEX triplet: 7A, 5B and B0. RGB value is (122,91,176). Sum of RGB (Red+Green+Blue) = 122+91+176=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A5BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5BB0 is #85A44F. Grayscale: #6D6D6D. Windows color (decimal): -8758352 or 11557754. OLE color: 11557754.
HSL color Cylindrical-coordinate representation of color #7A5BB0: hue angle of 261.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5BB0 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 91 | 176 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.31 |
| HSL | 261.88º | 0.35% | 0.52% | - |
| HSV(B) | 261.88º | 0.48% | 0.69% | - |
| XYZ | 19.6 | 14.75 | 42.89 | - |
| YUV | 109.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 176 | 0.31 | 0.48 | 0 | 0.31 | 261.88 | 0.35 | 0.52 |
| Hex | 7A | 5B | B0 | 1F | 30 | 0 | 1F | 106 | 23 | 34 |
| Octal | 172 | 133 | 260 | 37 | 60 | 0 | 37 | 406 | 43 | 64 |
| Binary | 1111010 | 1011011 | 10110000 | 11111 | 110000 | 0 | 11111 | 100000110 | 100011 | 110100 |
Color Harmonies of #7A5BB0
Complementary color
Monochromatic Colors of #7A5BB0
Black with #7A5BB0
Text Example
Text Example
White with #7A5BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5BB0; }
p { color: rgb(122,91,176); }
H1.HeaderClassName
{
color: #7A5BB0;
}
.AnyTagClassName
{
color: #7A5BB0;
}
</style>
background-color css
<style>
a { background-color: #7A5BB0; }
a { background-color: rgb(122,91,176); }
div.DivClassName
{
background-color: #7A5BB0;
}
.BgClassName
{
background-color: #7A5BB0;
}
</style>
border-color css
<style>
span { border-color: #7A5BB0; }
span { border-color: rgb(122,91,176); }
td.TdClassName
{
border-color: #7A5BB0;
}
.TagClassName
{
border-color: #7A5BB0;
}
</style>