Shades of Blue Marguerite #7A5BC0
Tints of Blue Marguerite #7A5BC0
RGB
CMYK
RGB Variations
Color information
#7A5BC0 (or 0x7A5BC0) is known color: Blue Marguerite. HEX triplet: 7A, 5B and C0. RGB value is (122,91,192). Sum of RGB (Red+Green+Blue) = 122+91+192=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BC0 is #85A43F. Grayscale: #6F6F6F. Windows color (decimal): -8758336 or 12606330. OLE color: 12606330.
HSL color Cylindrical-coordinate representation of color #7A5BC0: hue angle of 258.42º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A5BC0 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 91 | 192 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.25 |
| HSL | 258.42º | 0.44% | 0.55% | - |
| HSV(B) | 258.42º | 0.53% | 0.75% | - |
| XYZ | 21.28 | 15.43 | 51.72 | - |
| YUV | 111.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 192 | 0.36 | 0.53 | 0 | 0.25 | 258.42 | 0.44 | 0.55 |
| Hex | 7A | 5B | C0 | 24 | 35 | 0 | 19 | 102 | 2C | 37 |
| Octal | 172 | 133 | 300 | 44 | 65 | 0 | 31 | 402 | 54 | 67 |
| Binary | 1111010 | 1011011 | 11000000 | 100100 | 110101 | 0 | 11001 | 100000010 | 101100 | 110111 |
Color Harmonies of #7A5BC0
Complementary color
Monochromatic Colors of #7A5BC0
Black with #7A5BC0
Text Example
Text Example
White with #7A5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5BC0; }
p { color: rgb(122,91,192); }
H1.HeaderClassName
{
color: #7A5BC0;
}
.AnyTagClassName
{
color: #7A5BC0;
}
</style>
background-color css
<style>
a { background-color: #7A5BC0; }
a { background-color: rgb(122,91,192); }
div.DivClassName
{
background-color: #7A5BC0;
}
.BgClassName
{
background-color: #7A5BC0;
}
</style>
border-color css
<style>
span { border-color: #7A5BC0; }
span { border-color: rgb(122,91,192); }
td.TdClassName
{
border-color: #7A5BC0;
}
.TagClassName
{
border-color: #7A5BC0;
}
</style>