Shades of Blue Marguerite #7A5DB0
Tints of Blue Marguerite #7A5DB0
RGB
CMYK
RGB Variations
Color information
#7A5DB0 (or 0x7A5DB0) is known color: Blue Marguerite. HEX triplet: 7A, 5D and B0. RGB value is (122,93,176). Sum of RGB (Red+Green+Blue) = 122+93+176=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A5DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5DB0 is #85A24F. Grayscale: #6E6E6E. Windows color (decimal): -8757840 or 11558266. OLE color: 11558266.
HSL color Cylindrical-coordinate representation of color #7A5DB0: hue angle of 260.96º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5DB0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 93 | 176 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.31 |
| HSL | 260.96º | 0.34% | 0.53% | - |
| HSV(B) | 260.96º | 0.47% | 0.69% | - |
| XYZ | 19.78 | 15.1 | 42.95 | - |
| YUV | 111.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 176 | 0.31 | 0.47 | 0 | 0.31 | 260.96 | 0.34 | 0.53 |
| Hex | 7A | 5D | B0 | 1F | 2F | 0 | 1F | 105 | 22 | 35 |
| Octal | 172 | 135 | 260 | 37 | 57 | 0 | 37 | 405 | 42 | 65 |
| Binary | 1111010 | 1011101 | 10110000 | 11111 | 101111 | 0 | 11111 | 100000101 | 100010 | 110101 |
Color Harmonies of #7A5DB0
Complementary color
Monochromatic Colors of #7A5DB0
Black with #7A5DB0
Text Example
Text Example
White with #7A5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DB0; }
p { color: rgb(122,93,176); }
H1.HeaderClassName
{
color: #7A5DB0;
}
.AnyTagClassName
{
color: #7A5DB0;
}
</style>
background-color css
<style>
a { background-color: #7A5DB0; }
a { background-color: rgb(122,93,176); }
div.DivClassName
{
background-color: #7A5DB0;
}
.BgClassName
{
background-color: #7A5DB0;
}
</style>
border-color css
<style>
span { border-color: #7A5DB0; }
span { border-color: rgb(122,93,176); }
td.TdClassName
{
border-color: #7A5DB0;
}
.TagClassName
{
border-color: #7A5DB0;
}
</style>