Shades of Blue Marguerite #7F56BC
Tints of Blue Marguerite #7F56BC
RGB
CMYK
RGB Variations
Color information
#7F56BC (or 0x7F56BC) is known color: Blue Marguerite. HEX triplet: 7F, 56 and BC. RGB value is (127,86,188). Sum of RGB (Red+Green+Blue) = 127+86+188=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56BC is #80A943. Grayscale: #6D6D6D. Windows color (decimal): -8431940 or 12342911. OLE color: 12342911.
HSL color Cylindrical-coordinate representation of color #7F56BC: hue angle of 264.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F56BC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 86 | 188 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.26 |
| HSL | 264.12º | 0.43% | 0.54% | - |
| HSV(B) | 264.12º | 0.54% | 0.74% | - |
| XYZ | 21.16 | 14.8 | 49.32 | - |
| YUV | 109.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 188 | 0.32 | 0.54 | 0 | 0.26 | 264.12 | 0.43 | 0.54 |
| Hex | 7F | 56 | BC | 20 | 36 | 0 | 1A | 108 | 2B | 36 |
| Octal | 177 | 126 | 274 | 40 | 66 | 0 | 32 | 410 | 53 | 66 |
| Binary | 1111111 | 1010110 | 10111100 | 100000 | 110110 | 0 | 11010 | 100001000 | 101011 | 110110 |
Color Harmonies of #7F56BC
Complementary color
Monochromatic Colors of #7F56BC
Black with #7F56BC
Text Example
Text Example
White with #7F56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56BC; }
p { color: rgb(127,86,188); }
H1.HeaderClassName
{
color: #7F56BC;
}
.AnyTagClassName
{
color: #7F56BC;
}
</style>
background-color css
<style>
a { background-color: #7F56BC; }
a { background-color: rgb(127,86,188); }
div.DivClassName
{
background-color: #7F56BC;
}
.BgClassName
{
background-color: #7F56BC;
}
</style>
border-color css
<style>
span { border-color: #7F56BC; }
span { border-color: rgb(127,86,188); }
td.TdClassName
{
border-color: #7F56BC;
}
.TagClassName
{
border-color: #7F56BC;
}
</style>