Shades of Blue Marguerite #7F56BA
Tints of Blue Marguerite #7F56BA
RGB
CMYK
RGB Variations
Color information
#7F56BA (or 0x7F56BA) is known color: Blue Marguerite. HEX triplet: 7F, 56 and BA. RGB value is (127,86,186). Sum of RGB (Red+Green+Blue) = 127+86+186=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56BA is #80A945. Grayscale: #6D6D6D. Windows color (decimal): -8431942 or 12211839. OLE color: 12211839.
HSL color Cylindrical-coordinate representation of color #7F56BA: hue angle of 264.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F56BA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 86 | 186 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.27 |
| HSL | 264.6º | 0.42% | 0.53% | - |
| HSV(B) | 264.6º | 0.54% | 0.73% | - |
| XYZ | 20.94 | 14.71 | 48.19 | - |
| YUV | 109.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 186 | 0.32 | 0.54 | 0 | 0.27 | 264.6 | 0.42 | 0.53 |
| Hex | 7F | 56 | BA | 20 | 36 | 0 | 1B | 109 | 2A | 35 |
| Octal | 177 | 126 | 272 | 40 | 66 | 0 | 33 | 411 | 52 | 65 |
| Binary | 1111111 | 1010110 | 10111010 | 100000 | 110110 | 0 | 11011 | 100001001 | 101010 | 110101 |
Color Harmonies of #7F56BA
Complementary color
Monochromatic Colors of #7F56BA
Black with #7F56BA
Text Example
Text Example
White with #7F56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56BA; }
p { color: rgb(127,86,186); }
H1.HeaderClassName
{
color: #7F56BA;
}
.AnyTagClassName
{
color: #7F56BA;
}
</style>
background-color css
<style>
a { background-color: #7F56BA; }
a { background-color: rgb(127,86,186); }
div.DivClassName
{
background-color: #7F56BA;
}
.BgClassName
{
background-color: #7F56BA;
}
</style>
border-color css
<style>
span { border-color: #7F56BA; }
span { border-color: rgb(127,86,186); }
td.TdClassName
{
border-color: #7F56BA;
}
.TagClassName
{
border-color: #7F56BA;
}
</style>