Shades of Blue Marguerite #7A5DB4
Tints of Blue Marguerite #7A5DB4
RGB
CMYK
RGB Variations
Color information
#7A5DB4 (or 0x7A5DB4) is known color: Blue Marguerite. HEX triplet: 7A, 5D and B4. RGB value is (122,93,180). Sum of RGB (Red+Green+Blue) = 122+93+180=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DB4 is #85A24B. Grayscale: #6F6F6F. Windows color (decimal): -8757836 or 11820410. OLE color: 11820410.
HSL color Cylindrical-coordinate representation of color #7A5DB4: hue angle of 260º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5DB4 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 93 | 180 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.29 |
| HSL | 260º | 0.37% | 0.54% | - |
| HSV(B) | 260º | 0.48% | 0.71% | - |
| XYZ | 20.18 | 15.26 | 45.06 | - |
| YUV | 111.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 180 | 0.32 | 0.48 | 0 | 0.29 | 260 | 0.37 | 0.54 |
| Hex | 7A | 5D | B4 | 20 | 30 | 0 | 1D | 104 | 25 | 36 |
| Octal | 172 | 135 | 264 | 40 | 60 | 0 | 35 | 404 | 45 | 66 |
| Binary | 1111010 | 1011101 | 10110100 | 100000 | 110000 | 0 | 11101 | 100000100 | 100101 | 110110 |
Color Harmonies of #7A5DB4
Complementary color
Monochromatic Colors of #7A5DB4
Black with #7A5DB4
Text Example
Text Example
White with #7A5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DB4; }
p { color: rgb(122,93,180); }
H1.HeaderClassName
{
color: #7A5DB4;
}
.AnyTagClassName
{
color: #7A5DB4;
}
</style>
background-color css
<style>
a { background-color: #7A5DB4; }
a { background-color: rgb(122,93,180); }
div.DivClassName
{
background-color: #7A5DB4;
}
.BgClassName
{
background-color: #7A5DB4;
}
</style>
border-color css
<style>
span { border-color: #7A5DB4; }
span { border-color: rgb(122,93,180); }
td.TdClassName
{
border-color: #7A5DB4;
}
.TagClassName
{
border-color: #7A5DB4;
}
</style>