Shades of Blue Marguerite #7751BA
Tints of Blue Marguerite #7751BA
RGB
CMYK
RGB Variations
Color information
#7751BA (or 0x7751BA) is known color: Blue Marguerite. HEX triplet: 77, 51 and BA. RGB value is (119,81,186). Sum of RGB (Red+Green+Blue) = 119+81+186=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #7751BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751BA is #88AE45. Grayscale: #676767. Windows color (decimal): -8957510 or 12210551. OLE color: 12210551.
HSL color Cylindrical-coordinate representation of color #7751BA: hue angle of 261.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7751BA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 81 | 186 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.27 |
| HSL | 261.71º | 0.43% | 0.52% | - |
| HSV(B) | 261.71º | 0.56% | 0.73% | - |
| XYZ | 19.41 | 13.35 | 48.01 | - |
| YUV | 104.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 186 | 0.36 | 0.56 | 0 | 0.27 | 261.71 | 0.43 | 0.52 |
| Hex | 77 | 51 | BA | 24 | 38 | 0 | 1B | 106 | 2B | 34 |
| Octal | 167 | 121 | 272 | 44 | 70 | 0 | 33 | 406 | 53 | 64 |
| Binary | 1110111 | 1010001 | 10111010 | 100100 | 111000 | 0 | 11011 | 100000110 | 101011 | 110100 |
Color Harmonies of #7751BA
Complementary color
Monochromatic Colors of #7751BA
Black with #7751BA
Text Example
Text Example
White with #7751BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7751BA; }
p { color: rgb(119,81,186); }
H1.HeaderClassName
{
color: #7751BA;
}
.AnyTagClassName
{
color: #7751BA;
}
</style>
background-color css
<style>
a { background-color: #7751BA; }
a { background-color: rgb(119,81,186); }
div.DivClassName
{
background-color: #7751BA;
}
.BgClassName
{
background-color: #7751BA;
}
</style>
border-color css
<style>
span { border-color: #7751BA; }
span { border-color: rgb(119,81,186); }
td.TdClassName
{
border-color: #7751BA;
}
.TagClassName
{
border-color: #7751BA;
}
</style>