Shades of Blue Marguerite #7669BA
Tints of Blue Marguerite #7669BA
RGB
CMYK
RGB Variations
Color information
#7669BA (or 0x7669BA) is known color: Blue Marguerite. HEX triplet: 76, 69 and BA. RGB value is (118,105,186). Sum of RGB (Red+Green+Blue) = 118+105+186=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #7669BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BA is #899645. Grayscale: #757575. Windows color (decimal): -9016902 or 12216694. OLE color: 12216694.
HSL color Cylindrical-coordinate representation of color #7669BA: hue angle of 249.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7669BA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 105 | 186 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.27 |
| HSL | 249.63º | 0.37% | 0.57% | - |
| HSV(B) | 249.63º | 0.44% | 0.73% | - |
| XYZ | 21.39 | 17.5 | 48.71 | - |
| YUV | 118.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 186 | 0.37 | 0.44 | 0 | 0.27 | 249.63 | 0.37 | 0.57 |
| Hex | 76 | 69 | BA | 25 | 2C | 0 | 1B | FA | 25 | 39 |
| Octal | 166 | 151 | 272 | 45 | 54 | 0 | 33 | 372 | 45 | 71 |
| Binary | 1110110 | 1101001 | 10111010 | 100101 | 101100 | 0 | 11011 | 11111010 | 100101 | 111001 |
Color Harmonies of #7669BA
Complementary color
Monochromatic Colors of #7669BA
Black with #7669BA
Text Example
Text Example
White with #7669BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669BA; }
p { color: rgb(118,105,186); }
H1.HeaderClassName
{
color: #7669BA;
}
.AnyTagClassName
{
color: #7669BA;
}
</style>
background-color css
<style>
a { background-color: #7669BA; }
a { background-color: rgb(118,105,186); }
div.DivClassName
{
background-color: #7669BA;
}
.BgClassName
{
background-color: #7669BA;
}
</style>
border-color css
<style>
span { border-color: #7669BA; }
span { border-color: rgb(118,105,186); }
td.TdClassName
{
border-color: #7669BA;
}
.TagClassName
{
border-color: #7669BA;
}
</style>