Shades of Blue Marguerite #7966BA
Tints of Blue Marguerite #7966BA
RGB
CMYK
RGB Variations
Color information
#7966BA (or 0x7966BA) is known color: Blue Marguerite. HEX triplet: 79, 66 and BA. RGB value is (121,102,186). Sum of RGB (Red+Green+Blue) = 121+102+186=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #7966BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966BA is #869945. Grayscale: #747474. Windows color (decimal): -8821062 or 12215929. OLE color: 12215929.
HSL color Cylindrical-coordinate representation of color #7966BA: hue angle of 253.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7966BA is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 102 | 186 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.27 |
| HSL | 253.57º | 0.38% | 0.56% | - |
| HSV(B) | 253.57º | 0.45% | 0.73% | - |
| XYZ | 21.5 | 17.11 | 48.62 | - |
| YUV | 117.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 186 | 0.35 | 0.45 | 0 | 0.27 | 253.57 | 0.38 | 0.56 |
| Hex | 79 | 66 | BA | 23 | 2D | 0 | 1B | FE | 26 | 38 |
| Octal | 171 | 146 | 272 | 43 | 55 | 0 | 33 | 376 | 46 | 70 |
| Binary | 1111001 | 1100110 | 10111010 | 100011 | 101101 | 0 | 11011 | 11111110 | 100110 | 111000 |
Color Harmonies of #7966BA
Complementary color
Monochromatic Colors of #7966BA
Black with #7966BA
Text Example
Text Example
White with #7966BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966BA; }
p { color: rgb(121,102,186); }
H1.HeaderClassName
{
color: #7966BA;
}
.AnyTagClassName
{
color: #7966BA;
}
</style>
background-color css
<style>
a { background-color: #7966BA; }
a { background-color: rgb(121,102,186); }
div.DivClassName
{
background-color: #7966BA;
}
.BgClassName
{
background-color: #7966BA;
}
</style>
border-color css
<style>
span { border-color: #7966BA; }
span { border-color: rgb(121,102,186); }
td.TdClassName
{
border-color: #7966BA;
}
.TagClassName
{
border-color: #7966BA;
}
</style>