Shades of Blue Marguerite #766EB4
Tints of Blue Marguerite #766EB4
RGB
CMYK
RGB Variations
Color information
#766EB4 (or 0x766EB4) is known color: Blue Marguerite. HEX triplet: 76, 6E and B4. RGB value is (118,110,180). Sum of RGB (Red+Green+Blue) = 118+110+180=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #766EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EB4 is #89914B. Grayscale: #787878. Windows color (decimal): -9015628 or 11824758. OLE color: 11824758.
HSL color Cylindrical-coordinate representation of color #766EB4: hue angle of 246.86º 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 #766EB4 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 110 | 180 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.29 |
| HSL | 246.86º | 0.32% | 0.57% | - |
| HSV(B) | 246.86º | 0.39% | 0.71% | - |
| XYZ | 21.29 | 18.3 | 45.59 | - |
| YUV | 120.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 180 | 0.34 | 0.39 | 0 | 0.29 | 246.86 | 0.32 | 0.57 |
| Hex | 76 | 6E | B4 | 22 | 27 | 0 | 1D | F7 | 20 | 39 |
| Octal | 166 | 156 | 264 | 42 | 47 | 0 | 35 | 367 | 40 | 71 |
| Binary | 1110110 | 1101110 | 10110100 | 100010 | 100111 | 0 | 11101 | 11110111 | 100000 | 111001 |
Color Harmonies of #766EB4
Complementary color
Monochromatic Colors of #766EB4
Black with #766EB4
Text Example
Text Example
White with #766EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EB4; }
p { color: rgb(118,110,180); }
H1.HeaderClassName
{
color: #766EB4;
}
.AnyTagClassName
{
color: #766EB4;
}
</style>
background-color css
<style>
a { background-color: #766EB4; }
a { background-color: rgb(118,110,180); }
div.DivClassName
{
background-color: #766EB4;
}
.BgClassName
{
background-color: #766EB4;
}
</style>
border-color css
<style>
span { border-color: #766EB4; }
span { border-color: rgb(118,110,180); }
td.TdClassName
{
border-color: #766EB4;
}
.TagClassName
{
border-color: #766EB4;
}
</style>