Shades of Blue Marguerite #7750BD
Tints of Blue Marguerite #7750BD
RGB
CMYK
RGB Variations
Color information
#7750BD (or 0x7750BD) is known color: Blue Marguerite. HEX triplet: 77, 50 and BD. RGB value is (119,80,189). Sum of RGB (Red+Green+Blue) = 119+80+189=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #7750BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750BD is #88AF42. Grayscale: #676767. Windows color (decimal): -8957763 or 12406903. OLE color: 12406903.
HSL color Cylindrical-coordinate representation of color #7750BD: hue angle of 261.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7750BD is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 80 | 189 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.26 |
| HSL | 261.47º | 0.45% | 0.53% | - |
| HSV(B) | 261.47º | 0.58% | 0.74% | - |
| XYZ | 19.66 | 13.33 | 49.68 | - |
| YUV | 104.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 189 | 0.37 | 0.58 | 0 | 0.26 | 261.47 | 0.45 | 0.53 |
| Hex | 77 | 50 | BD | 25 | 3A | 0 | 1A | 105 | 2D | 35 |
| Octal | 167 | 120 | 275 | 45 | 72 | 0 | 32 | 405 | 55 | 65 |
| Binary | 1110111 | 1010000 | 10111101 | 100101 | 111010 | 0 | 11010 | 100000101 | 101101 | 110101 |
Color Harmonies of #7750BD
Complementary color
Monochromatic Colors of #7750BD
Black with #7750BD
Text Example
Text Example
White with #7750BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750BD; }
p { color: rgb(119,80,189); }
H1.HeaderClassName
{
color: #7750BD;
}
.AnyTagClassName
{
color: #7750BD;
}
</style>
background-color css
<style>
a { background-color: #7750BD; }
a { background-color: rgb(119,80,189); }
div.DivClassName
{
background-color: #7750BD;
}
.BgClassName
{
background-color: #7750BD;
}
</style>
border-color css
<style>
span { border-color: #7750BD; }
span { border-color: rgb(119,80,189); }
td.TdClassName
{
border-color: #7750BD;
}
.TagClassName
{
border-color: #7750BD;
}
</style>