Shades of Blue Marguerite #7750BA
Tints of Blue Marguerite #7750BA
RGB
CMYK
RGB Variations
Color information
#7750BA (or 0x7750BA) is known color: Blue Marguerite. HEX triplet: 77, 50 and BA. RGB value is (119,80,186). Sum of RGB (Red+Green+Blue) = 119+80+186=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7750BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750BA is #88AF45. Grayscale: #676767. Windows color (decimal): -8957766 or 12210295. OLE color: 12210295.
HSL color Cylindrical-coordinate representation of color #7750BA: hue angle of 262.08º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7750BA is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 80 | 186 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.27 |
| HSL | 262.08º | 0.43% | 0.52% | - |
| HSV(B) | 262.08º | 0.57% | 0.73% | - |
| XYZ | 19.34 | 13.2 | 47.98 | - |
| YUV | 103.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 186 | 0.36 | 0.57 | 0 | 0.27 | 262.08 | 0.43 | 0.52 |
| Hex | 77 | 50 | BA | 24 | 39 | 0 | 1B | 106 | 2B | 34 |
| Octal | 167 | 120 | 272 | 44 | 71 | 0 | 33 | 406 | 53 | 64 |
| Binary | 1110111 | 1010000 | 10111010 | 100100 | 111001 | 0 | 11011 | 100000110 | 101011 | 110100 |
Color Harmonies of #7750BA
Complementary color
Monochromatic Colors of #7750BA
Black with #7750BA
Text Example
Text Example
White with #7750BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750BA; }
p { color: rgb(119,80,186); }
H1.HeaderClassName
{
color: #7750BA;
}
.AnyTagClassName
{
color: #7750BA;
}
</style>
background-color css
<style>
a { background-color: #7750BA; }
a { background-color: rgb(119,80,186); }
div.DivClassName
{
background-color: #7750BA;
}
.BgClassName
{
background-color: #7750BA;
}
</style>
border-color css
<style>
span { border-color: #7750BA; }
span { border-color: rgb(119,80,186); }
td.TdClassName
{
border-color: #7750BA;
}
.TagClassName
{
border-color: #7750BA;
}
</style>