Shades of Blue Marguerite #7659BA
Tints of Blue Marguerite #7659BA
RGB
CMYK
RGB Variations
Color information
#7659BA (or 0x7659BA) is known color: Blue Marguerite. HEX triplet: 76, 59 and BA. RGB value is (118,89,186). Sum of RGB (Red+Green+Blue) = 118+89+186=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7659BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659BA is #89A645. Grayscale: #6C6C6C. Windows color (decimal): -9020998 or 12212598. OLE color: 12212598.
HSL color Cylindrical-coordinate representation of color #7659BA: hue angle of 257.94º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7659BA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 89 | 186 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.27 |
| HSL | 257.94º | 0.41% | 0.54% | - |
| HSV(B) | 257.94º | 0.52% | 0.73% | - |
| XYZ | 19.91 | 14.54 | 48.21 | - |
| YUV | 108.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 186 | 0.37 | 0.52 | 0 | 0.27 | 257.94 | 0.41 | 0.54 |
| Hex | 76 | 59 | BA | 25 | 34 | 0 | 1B | 102 | 29 | 36 |
| Octal | 166 | 131 | 272 | 45 | 64 | 0 | 33 | 402 | 51 | 66 |
| Binary | 1110110 | 1011001 | 10111010 | 100101 | 110100 | 0 | 11011 | 100000010 | 101001 | 110110 |
Color Harmonies of #7659BA
Complementary color
Monochromatic Colors of #7659BA
Black with #7659BA
Text Example
Text Example
White with #7659BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659BA; }
p { color: rgb(118,89,186); }
H1.HeaderClassName
{
color: #7659BA;
}
.AnyTagClassName
{
color: #7659BA;
}
</style>
background-color css
<style>
a { background-color: #7659BA; }
a { background-color: rgb(118,89,186); }
div.DivClassName
{
background-color: #7659BA;
}
.BgClassName
{
background-color: #7659BA;
}
</style>
border-color css
<style>
span { border-color: #7659BA; }
span { border-color: rgb(118,89,186); }
td.TdClassName
{
border-color: #7659BA;
}
.TagClassName
{
border-color: #7659BA;
}
</style>