Shades of Blue Marguerite #7A5CB7
Tints of Blue Marguerite #7A5CB7
RGB
CMYK
RGB Variations
Color information
#7A5CB7 (or 0x7A5CB7) is known color: Blue Marguerite. HEX triplet: 7A, 5C and B7. RGB value is (122,92,183). Sum of RGB (Red+Green+Blue) = 122+92+183=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A5CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CB7 is #85A348. Grayscale: #6F6F6F. Windows color (decimal): -8758089 or 12016762. OLE color: 12016762.
HSL color Cylindrical-coordinate representation of color #7A5CB7: hue angle of 259.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A5CB7 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 92 | 183 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.28 |
| HSL | 259.78º | 0.39% | 0.54% | - |
| HSV(B) | 259.78º | 0.5% | 0.72% | - |
| XYZ | 20.4 | 15.21 | 46.66 | - |
| YUV | 111.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 183 | 0.33 | 0.50 | 0 | 0.28 | 259.78 | 0.39 | 0.54 |
| Hex | 7A | 5C | B7 | 21 | 32 | 0 | 1C | 104 | 27 | 36 |
| Octal | 172 | 134 | 267 | 41 | 62 | 0 | 34 | 404 | 47 | 66 |
| Binary | 1111010 | 1011100 | 10110111 | 100001 | 110010 | 0 | 11100 | 100000100 | 100111 | 110110 |
Color Harmonies of #7A5CB7
Complementary color
Monochromatic Colors of #7A5CB7
Black with #7A5CB7
Text Example
Text Example
White with #7A5CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CB7; }
p { color: rgb(122,92,183); }
H1.HeaderClassName
{
color: #7A5CB7;
}
.AnyTagClassName
{
color: #7A5CB7;
}
</style>
background-color css
<style>
a { background-color: #7A5CB7; }
a { background-color: rgb(122,92,183); }
div.DivClassName
{
background-color: #7A5CB7;
}
.BgClassName
{
background-color: #7A5CB7;
}
</style>
border-color css
<style>
span { border-color: #7A5CB7; }
span { border-color: rgb(122,92,183); }
td.TdClassName
{
border-color: #7A5CB7;
}
.TagClassName
{
border-color: #7A5CB7;
}
</style>