Shades of Blue Marguerite #7A63B6
Tints of Blue Marguerite #7A63B6
RGB
CMYK
RGB Variations
Color information
#7A63B6 (or 0x7A63B6) is known color: Blue Marguerite. HEX triplet: 7A, 63 and B6. RGB value is (122,99,182). Sum of RGB (Red+Green+Blue) = 122+99+182=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A63B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63B6 is #859C49. Grayscale: #737373. Windows color (decimal): -8756298 or 11953018. OLE color: 11953018.
HSL color Cylindrical-coordinate representation of color #7A63B6: hue angle of 256.63º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A63B6 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 99 | 182 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.29 |
| HSL | 256.63º | 0.36% | 0.55% | - |
| HSV(B) | 256.63º | 0.46% | 0.71% | - |
| XYZ | 20.93 | 16.44 | 46.33 | - |
| YUV | 115.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 182 | 0.33 | 0.46 | 0 | 0.29 | 256.63 | 0.36 | 0.55 |
| Hex | 7A | 63 | B6 | 21 | 2E | 0 | 1D | 101 | 24 | 37 |
| Octal | 172 | 143 | 266 | 41 | 56 | 0 | 35 | 401 | 44 | 67 |
| Binary | 1111010 | 1100011 | 10110110 | 100001 | 101110 | 0 | 11101 | 100000001 | 100100 | 110111 |
Color Harmonies of #7A63B6
Complementary color
Monochromatic Colors of #7A63B6
Black with #7A63B6
Text Example
Text Example
White with #7A63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63B6; }
p { color: rgb(122,99,182); }
H1.HeaderClassName
{
color: #7A63B6;
}
.AnyTagClassName
{
color: #7A63B6;
}
</style>
background-color css
<style>
a { background-color: #7A63B6; }
a { background-color: rgb(122,99,182); }
div.DivClassName
{
background-color: #7A63B6;
}
.BgClassName
{
background-color: #7A63B6;
}
</style>
border-color css
<style>
span { border-color: #7A63B6; }
span { border-color: rgb(122,99,182); }
td.TdClassName
{
border-color: #7A63B6;
}
.TagClassName
{
border-color: #7A63B6;
}
</style>