Shades of Blue Marguerite #7A5DB1
Tints of Blue Marguerite #7A5DB1
RGB
CMYK
RGB Variations
Color information
#7A5DB1 (or 0x7A5DB1) is known color: Blue Marguerite. HEX triplet: 7A, 5D and B1. RGB value is (122,93,177). Sum of RGB (Red+Green+Blue) = 122+93+177=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5DB1 is #85A24E. Grayscale: #6E6E6E. Windows color (decimal): -8757839 or 11623802. OLE color: 11623802.
HSL color Cylindrical-coordinate representation of color #7A5DB1: hue angle of 260.71º degrees, saturation: 0.35, 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 #7A5DB1 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 93 | 177 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.31 |
| HSL | 260.71º | 0.35% | 0.53% | - |
| HSV(B) | 260.71º | 0.47% | 0.69% | - |
| XYZ | 19.88 | 15.14 | 43.47 | - |
| YUV | 111.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 177 | 0.31 | 0.47 | 0 | 0.31 | 260.71 | 0.35 | 0.53 |
| Hex | 7A | 5D | B1 | 1F | 2F | 0 | 1F | 105 | 23 | 35 |
| Octal | 172 | 135 | 261 | 37 | 57 | 0 | 37 | 405 | 43 | 65 |
| Binary | 1111010 | 1011101 | 10110001 | 11111 | 101111 | 0 | 11111 | 100000101 | 100011 | 110101 |
Color Harmonies of #7A5DB1
Complementary color
Monochromatic Colors of #7A5DB1
Black with #7A5DB1
Text Example
Text Example
White with #7A5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DB1; }
p { color: rgb(122,93,177); }
H1.HeaderClassName
{
color: #7A5DB1;
}
.AnyTagClassName
{
color: #7A5DB1;
}
</style>
background-color css
<style>
a { background-color: #7A5DB1; }
a { background-color: rgb(122,93,177); }
div.DivClassName
{
background-color: #7A5DB1;
}
.BgClassName
{
background-color: #7A5DB1;
}
</style>
border-color css
<style>
span { border-color: #7A5DB1; }
span { border-color: rgb(122,93,177); }
td.TdClassName
{
border-color: #7A5DB1;
}
.TagClassName
{
border-color: #7A5DB1;
}
</style>