Shades of Blue Marguerite #7A5CAD
Tints of Blue Marguerite #7A5CAD
RGB
CMYK
RGB Variations
Color information
#7A5CAD (or 0x7A5CAD) is known color: Blue Marguerite. HEX triplet: 7A, 5C and AD. RGB value is (122,92,173). Sum of RGB (Red+Green+Blue) = 122+92+173=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A5CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5CAD is #85A352. Grayscale: #6D6D6D. Windows color (decimal): -8758099 or 11361402. OLE color: 11361402.
HSL color Cylindrical-coordinate representation of color #7A5CAD: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5CAD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 92 | 173 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.32 |
| HSL | 262.22º | 0.33% | 0.52% | - |
| HSV(B) | 262.22º | 0.47% | 0.68% | - |
| XYZ | 19.4 | 14.81 | 41.37 | - |
| YUV | 110.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 173 | 0.29 | 0.47 | 0 | 0.32 | 262.22 | 0.33 | 0.52 |
| Hex | 7A | 5C | AD | 1D | 2F | 0 | 20 | 106 | 21 | 34 |
| Octal | 172 | 134 | 255 | 35 | 57 | 0 | 40 | 406 | 41 | 64 |
| Binary | 1111010 | 1011100 | 10101101 | 11101 | 101111 | 0 | 100000 | 100000110 | 100001 | 110100 |
Color Harmonies of #7A5CAD
Complementary color
Monochromatic Colors of #7A5CAD
Black with #7A5CAD
Text Example
Text Example
White with #7A5CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CAD; }
p { color: rgb(122,92,173); }
H1.HeaderClassName
{
color: #7A5CAD;
}
.AnyTagClassName
{
color: #7A5CAD;
}
</style>
background-color css
<style>
a { background-color: #7A5CAD; }
a { background-color: rgb(122,92,173); }
div.DivClassName
{
background-color: #7A5CAD;
}
.BgClassName
{
background-color: #7A5CAD;
}
</style>
border-color css
<style>
span { border-color: #7A5CAD; }
span { border-color: rgb(122,92,173); }
td.TdClassName
{
border-color: #7A5CAD;
}
.TagClassName
{
border-color: #7A5CAD;
}
</style>