Shades of Blue Marguerite #766BBA
Tints of Blue Marguerite #766BBA
RGB
CMYK
RGB Variations
Color information
#766BBA (or 0x766BBA) is known color: Blue Marguerite. HEX triplet: 76, 6B and BA. RGB value is (118,107,186). Sum of RGB (Red+Green+Blue) = 118+107+186=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #766BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BBA is #899445. Grayscale: #767676. Windows color (decimal): -9016390 or 12217206. OLE color: 12217206.
HSL color Cylindrical-coordinate representation of color #766BBA: hue angle of 248.35º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766BBA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 107 | 186 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.27 |
| HSL | 248.35º | 0.36% | 0.57% | - |
| HSV(B) | 248.35º | 0.42% | 0.73% | - |
| XYZ | 21.59 | 17.91 | 48.77 | - |
| YUV | 119.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 186 | 0.37 | 0.42 | 0 | 0.27 | 248.35 | 0.36 | 0.57 |
| Hex | 76 | 6B | BA | 25 | 2A | 0 | 1B | F8 | 24 | 39 |
| Octal | 166 | 153 | 272 | 45 | 52 | 0 | 33 | 370 | 44 | 71 |
| Binary | 1110110 | 1101011 | 10111010 | 100101 | 101010 | 0 | 11011 | 11111000 | 100100 | 111001 |
Color Harmonies of #766BBA
Complementary color
Monochromatic Colors of #766BBA
Black with #766BBA
Text Example
Text Example
White with #766BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BBA; }
p { color: rgb(118,107,186); }
H1.HeaderClassName
{
color: #766BBA;
}
.AnyTagClassName
{
color: #766BBA;
}
</style>
background-color css
<style>
a { background-color: #766BBA; }
a { background-color: rgb(118,107,186); }
div.DivClassName
{
background-color: #766BBA;
}
.BgClassName
{
background-color: #766BBA;
}
</style>
border-color css
<style>
span { border-color: #766BBA; }
span { border-color: rgb(118,107,186); }
td.TdClassName
{
border-color: #766BBA;
}
.TagClassName
{
border-color: #766BBA;
}
</style>