Shades of Blue Marguerite #766EB5
Tints of Blue Marguerite #766EB5
RGB
CMYK
RGB Variations
Color information
#766EB5 (or 0x766EB5) is known color: Blue Marguerite. HEX triplet: 76, 6E and B5. RGB value is (118,110,181). Sum of RGB (Red+Green+Blue) = 118+110+181=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #766EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EB5 is #89914A. Grayscale: #787878. Windows color (decimal): -9015627 or 11890294. OLE color: 11890294.
HSL color Cylindrical-coordinate representation of color #766EB5: hue angle of 246.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766EB5 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 110 | 181 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.29 |
| HSL | 246.76º | 0.32% | 0.57% | - |
| HSV(B) | 246.76º | 0.39% | 0.71% | - |
| XYZ | 21.39 | 18.34 | 46.13 | - |
| YUV | 120.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 181 | 0.35 | 0.39 | 0 | 0.29 | 246.76 | 0.32 | 0.57 |
| Hex | 76 | 6E | B5 | 23 | 27 | 0 | 1D | F7 | 20 | 39 |
| Octal | 166 | 156 | 265 | 43 | 47 | 0 | 35 | 367 | 40 | 71 |
| Binary | 1110110 | 1101110 | 10110101 | 100011 | 100111 | 0 | 11101 | 11110111 | 100000 | 111001 |
Color Harmonies of #766EB5
Complementary color
Monochromatic Colors of #766EB5
Black with #766EB5
Text Example
Text Example
White with #766EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EB5; }
p { color: rgb(118,110,181); }
H1.HeaderClassName
{
color: #766EB5;
}
.AnyTagClassName
{
color: #766EB5;
}
</style>
background-color css
<style>
a { background-color: #766EB5; }
a { background-color: rgb(118,110,181); }
div.DivClassName
{
background-color: #766EB5;
}
.BgClassName
{
background-color: #766EB5;
}
</style>
border-color css
<style>
span { border-color: #766EB5; }
span { border-color: rgb(118,110,181); }
td.TdClassName
{
border-color: #766EB5;
}
.TagClassName
{
border-color: #766EB5;
}
</style>