Shades of Blue Marguerite #7B56BA
Tints of Blue Marguerite #7B56BA
RGB
CMYK
RGB Variations
Color information
#7B56BA (or 0x7B56BA) is known color: Blue Marguerite. HEX triplet: 7B, 56 and BA. RGB value is (123,86,186). Sum of RGB (Red+Green+Blue) = 123+86+186=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56BA is #84A945. Grayscale: #6C6C6C. Windows color (decimal): -8694086 or 12211835. OLE color: 12211835.
HSL color Cylindrical-coordinate representation of color #7B56BA: hue angle of 262.2º 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 #7B56BA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 86 | 186 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.27 |
| HSL | 262.2º | 0.42% | 0.53% | - |
| HSV(B) | 262.2º | 0.54% | 0.73% | - |
| XYZ | 20.36 | 14.41 | 48.16 | - |
| YUV | 108.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 186 | 0.34 | 0.54 | 0 | 0.27 | 262.2 | 0.42 | 0.53 |
| Hex | 7B | 56 | BA | 22 | 36 | 0 | 1B | 106 | 2A | 35 |
| Octal | 173 | 126 | 272 | 42 | 66 | 0 | 33 | 406 | 52 | 65 |
| Binary | 1111011 | 1010110 | 10111010 | 100010 | 110110 | 0 | 11011 | 100000110 | 101010 | 110101 |
Color Harmonies of #7B56BA
Complementary color
Monochromatic Colors of #7B56BA
Black with #7B56BA
Text Example
Text Example
White with #7B56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B56BA; }
p { color: rgb(123,86,186); }
H1.HeaderClassName
{
color: #7B56BA;
}
.AnyTagClassName
{
color: #7B56BA;
}
</style>
background-color css
<style>
a { background-color: #7B56BA; }
a { background-color: rgb(123,86,186); }
div.DivClassName
{
background-color: #7B56BA;
}
.BgClassName
{
background-color: #7B56BA;
}
</style>
border-color css
<style>
span { border-color: #7B56BA; }
span { border-color: rgb(123,86,186); }
td.TdClassName
{
border-color: #7B56BA;
}
.TagClassName
{
border-color: #7B56BA;
}
</style>