Shades of Blue Marguerite #7765BD
Tints of Blue Marguerite #7765BD
RGB
CMYK
RGB Variations
Color information
#7765BD (or 0x7765BD) is known color: Blue Marguerite. HEX triplet: 77, 65 and BD. RGB value is (119,101,189). Sum of RGB (Red+Green+Blue) = 119+101+189=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #7765BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765BD is #889A42. Grayscale: #747474. Windows color (decimal): -8952387 or 12412279. OLE color: 12412279.
HSL color Cylindrical-coordinate representation of color #7765BD: hue angle of 252.27º 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 #7765BD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 101 | 189 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.26 |
| HSL | 252.27º | 0.4% | 0.57% | - |
| HSV(B) | 252.27º | 0.47% | 0.74% | - |
| XYZ | 21.45 | 16.9 | 50.28 | - |
| YUV | 116.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 189 | 0.37 | 0.47 | 0 | 0.26 | 252.27 | 0.4 | 0.57 |
| Hex | 77 | 65 | BD | 25 | 2F | 0 | 1A | FC | 28 | 39 |
| Octal | 167 | 145 | 275 | 45 | 57 | 0 | 32 | 374 | 50 | 71 |
| Binary | 1110111 | 1100101 | 10111101 | 100101 | 101111 | 0 | 11010 | 11111100 | 101000 | 111001 |
Color Harmonies of #7765BD
Complementary color
Monochromatic Colors of #7765BD
Black with #7765BD
Text Example
Text Example
White with #7765BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765BD; }
p { color: rgb(119,101,189); }
H1.HeaderClassName
{
color: #7765BD;
}
.AnyTagClassName
{
color: #7765BD;
}
</style>
background-color css
<style>
a { background-color: #7765BD; }
a { background-color: rgb(119,101,189); }
div.DivClassName
{
background-color: #7765BD;
}
.BgClassName
{
background-color: #7765BD;
}
</style>
border-color css
<style>
span { border-color: #7765BD; }
span { border-color: rgb(119,101,189); }
td.TdClassName
{
border-color: #7765BD;
}
.TagClassName
{
border-color: #7765BD;
}
</style>