Shades of Blue Marguerite #7764BD
Tints of Blue Marguerite #7764BD
RGB
CMYK
RGB Variations
Color information
#7764BD (or 0x7764BD) is known color: Blue Marguerite. HEX triplet: 77, 64 and BD. RGB value is (119,100,189). Sum of RGB (Red+Green+Blue) = 119+100+189=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #7764BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764BD is #889B42. Grayscale: #737373. Windows color (decimal): -8952643 or 12412023. OLE color: 12412023.
HSL color Cylindrical-coordinate representation of color #7764BD: hue angle of 252.81º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7764BD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 100 | 189 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.26 |
| HSL | 252.81º | 0.4% | 0.57% | - |
| HSV(B) | 252.81º | 0.47% | 0.74% | - |
| XYZ | 21.35 | 16.71 | 50.24 | - |
| YUV | 115.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 189 | 0.37 | 0.47 | 0 | 0.26 | 252.81 | 0.4 | 0.57 |
| Hex | 77 | 64 | BD | 25 | 2F | 0 | 1A | FD | 28 | 39 |
| Octal | 167 | 144 | 275 | 45 | 57 | 0 | 32 | 375 | 50 | 71 |
| Binary | 1110111 | 1100100 | 10111101 | 100101 | 101111 | 0 | 11010 | 11111101 | 101000 | 111001 |
Color Harmonies of #7764BD
Complementary color
Monochromatic Colors of #7764BD
Black with #7764BD
Text Example
Text Example
White with #7764BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7764BD; }
p { color: rgb(119,100,189); }
H1.HeaderClassName
{
color: #7764BD;
}
.AnyTagClassName
{
color: #7764BD;
}
</style>
background-color css
<style>
a { background-color: #7764BD; }
a { background-color: rgb(119,100,189); }
div.DivClassName
{
background-color: #7764BD;
}
.BgClassName
{
background-color: #7764BD;
}
</style>
border-color css
<style>
span { border-color: #7764BD; }
span { border-color: rgb(119,100,189); }
td.TdClassName
{
border-color: #7764BD;
}
.TagClassName
{
border-color: #7764BD;
}
</style>