Shades of Blue Marguerite #7765BA
Tints of Blue Marguerite #7765BA
RGB
CMYK
RGB Variations
Color information
#7765BA (or 0x7765BA) is known color: Blue Marguerite. HEX triplet: 77, 65 and BA. RGB value is (119,101,186). Sum of RGB (Red+Green+Blue) = 119+101+186=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7765BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765BA is #889A45. Grayscale: #737373. Windows color (decimal): -8952390 or 12215671. OLE color: 12215671.
HSL color Cylindrical-coordinate representation of color #7765BA: hue angle of 252.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7765BA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 101 | 186 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.27 |
| HSL | 252.71º | 0.38% | 0.56% | - |
| HSV(B) | 252.71º | 0.46% | 0.73% | - |
| XYZ | 21.12 | 16.77 | 48.58 | - |
| YUV | 116.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 186 | 0.36 | 0.46 | 0 | 0.27 | 252.71 | 0.38 | 0.56 |
| Hex | 77 | 65 | BA | 24 | 2E | 0 | 1B | FD | 26 | 38 |
| Octal | 167 | 145 | 272 | 44 | 56 | 0 | 33 | 375 | 46 | 70 |
| Binary | 1110111 | 1100101 | 10111010 | 100100 | 101110 | 0 | 11011 | 11111101 | 100110 | 111000 |
Color Harmonies of #7765BA
Complementary color
Monochromatic Colors of #7765BA
Black with #7765BA
Text Example
Text Example
White with #7765BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765BA; }
p { color: rgb(119,101,186); }
H1.HeaderClassName
{
color: #7765BA;
}
.AnyTagClassName
{
color: #7765BA;
}
</style>
background-color css
<style>
a { background-color: #7765BA; }
a { background-color: rgb(119,101,186); }
div.DivClassName
{
background-color: #7765BA;
}
.BgClassName
{
background-color: #7765BA;
}
</style>
border-color css
<style>
span { border-color: #7765BA; }
span { border-color: rgb(119,101,186); }
td.TdClassName
{
border-color: #7765BA;
}
.TagClassName
{
border-color: #7765BA;
}
</style>