Shades of Blue Marguerite #7A5CB0
Tints of Blue Marguerite #7A5CB0
RGB
CMYK
RGB Variations
Color information
#7A5CB0 (or 0x7A5CB0) is known color: Blue Marguerite. HEX triplet: 7A, 5C and B0. RGB value is (122,92,176). Sum of RGB (Red+Green+Blue) = 122+92+176=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A5CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5CB0 is #85A34F. Grayscale: #6E6E6E. Windows color (decimal): -8758096 or 11558010. OLE color: 11558010.
HSL color Cylindrical-coordinate representation of color #7A5CB0: hue angle of 261.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5CB0 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 92 | 176 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.31 |
| HSL | 261.43º | 0.35% | 0.53% | - |
| HSV(B) | 261.43º | 0.48% | 0.69% | - |
| XYZ | 19.69 | 14.93 | 42.92 | - |
| YUV | 110.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 176 | 0.31 | 0.48 | 0 | 0.31 | 261.43 | 0.35 | 0.53 |
| Hex | 7A | 5C | B0 | 1F | 30 | 0 | 1F | 105 | 23 | 35 |
| Octal | 172 | 134 | 260 | 37 | 60 | 0 | 37 | 405 | 43 | 65 |
| Binary | 1111010 | 1011100 | 10110000 | 11111 | 110000 | 0 | 11111 | 100000101 | 100011 | 110101 |
Color Harmonies of #7A5CB0
Complementary color
Monochromatic Colors of #7A5CB0
Black with #7A5CB0
Text Example
Text Example
White with #7A5CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CB0; }
p { color: rgb(122,92,176); }
H1.HeaderClassName
{
color: #7A5CB0;
}
.AnyTagClassName
{
color: #7A5CB0;
}
</style>
background-color css
<style>
a { background-color: #7A5CB0; }
a { background-color: rgb(122,92,176); }
div.DivClassName
{
background-color: #7A5CB0;
}
.BgClassName
{
background-color: #7A5CB0;
}
</style>
border-color css
<style>
span { border-color: #7A5CB0; }
span { border-color: rgb(122,92,176); }
td.TdClassName
{
border-color: #7A5CB0;
}
.TagClassName
{
border-color: #7A5CB0;
}
</style>