Shades of Blue Marguerite #7963B7
Tints of Blue Marguerite #7963B7
RGB
CMYK
RGB Variations
Color information
#7963B7 (or 0x7963B7) is known color: Blue Marguerite. HEX triplet: 79, 63 and B7. RGB value is (121,99,183). Sum of RGB (Red+Green+Blue) = 121+99+183=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #7963B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963B7 is #869C48. Grayscale: #727272. Windows color (decimal): -8821833 or 12018553. OLE color: 12018553.
HSL color Cylindrical-coordinate representation of color #7963B7: hue angle of 255.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7963B7 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 99 | 183 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.28 |
| HSL | 255.71º | 0.37% | 0.55% | - |
| HSV(B) | 255.71º | 0.46% | 0.72% | - |
| XYZ | 20.89 | 16.41 | 46.87 | - |
| YUV | 115.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 183 | 0.34 | 0.46 | 0 | 0.28 | 255.71 | 0.37 | 0.55 |
| Hex | 79 | 63 | B7 | 22 | 2E | 0 | 1C | 100 | 25 | 37 |
| Octal | 171 | 143 | 267 | 42 | 56 | 0 | 34 | 400 | 45 | 67 |
| Binary | 1111001 | 1100011 | 10110111 | 100010 | 101110 | 0 | 11100 | 100000000 | 100101 | 110111 |
Color Harmonies of #7963B7
Complementary color
Monochromatic Colors of #7963B7
Black with #7963B7
Text Example
Text Example
White with #7963B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963B7; }
p { color: rgb(121,99,183); }
H1.HeaderClassName
{
color: #7963B7;
}
.AnyTagClassName
{
color: #7963B7;
}
</style>
background-color css
<style>
a { background-color: #7963B7; }
a { background-color: rgb(121,99,183); }
div.DivClassName
{
background-color: #7963B7;
}
.BgClassName
{
background-color: #7963B7;
}
</style>
border-color css
<style>
span { border-color: #7963B7; }
span { border-color: rgb(121,99,183); }
td.TdClassName
{
border-color: #7963B7;
}
.TagClassName
{
border-color: #7963B7;
}
</style>