Shades of Blue Marguerite #766AB9
Tints of Blue Marguerite #766AB9
RGB
CMYK
RGB Variations
Color information
#766AB9 (or 0x766AB9) is known color: Blue Marguerite. HEX triplet: 76, 6A and B9. RGB value is (118,106,185). Sum of RGB (Red+Green+Blue) = 118+106+185=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #766AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AB9 is #899546. Grayscale: #767676. Windows color (decimal): -9016647 or 12151414. OLE color: 12151414.
HSL color Cylindrical-coordinate representation of color #766AB9: hue angle of 249.11º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766AB9 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 106 | 185 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.27 |
| HSL | 249.11º | 0.36% | 0.57% | - |
| HSV(B) | 249.11º | 0.43% | 0.73% | - |
| XYZ | 21.38 | 17.66 | 48.18 | - |
| YUV | 118.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 185 | 0.36 | 0.43 | 0 | 0.27 | 249.11 | 0.36 | 0.57 |
| Hex | 76 | 6A | B9 | 24 | 2B | 0 | 1B | F9 | 24 | 39 |
| Octal | 166 | 152 | 271 | 44 | 53 | 0 | 33 | 371 | 44 | 71 |
| Binary | 1110110 | 1101010 | 10111001 | 100100 | 101011 | 0 | 11011 | 11111001 | 100100 | 111001 |
Color Harmonies of #766AB9
Complementary color
Monochromatic Colors of #766AB9
Black with #766AB9
Text Example
Text Example
White with #766AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AB9; }
p { color: rgb(118,106,185); }
H1.HeaderClassName
{
color: #766AB9;
}
.AnyTagClassName
{
color: #766AB9;
}
</style>
background-color css
<style>
a { background-color: #766AB9; }
a { background-color: rgb(118,106,185); }
div.DivClassName
{
background-color: #766AB9;
}
.BgClassName
{
background-color: #766AB9;
}
</style>
border-color css
<style>
span { border-color: #766AB9; }
span { border-color: rgb(118,106,185); }
td.TdClassName
{
border-color: #766AB9;
}
.TagClassName
{
border-color: #766AB9;
}
</style>