Shades of Blue Marguerite #766DB5
Tints of Blue Marguerite #766DB5
RGB
CMYK
RGB Variations
Color information
#766DB5 (or 0x766DB5) is known color: Blue Marguerite. HEX triplet: 76, 6D and B5. RGB value is (118,109,181). Sum of RGB (Red+Green+Blue) = 118+109+181=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #766DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DB5 is #89924A. Grayscale: #777777. Windows color (decimal): -9015883 or 11890038. OLE color: 11890038.
HSL color Cylindrical-coordinate representation of color #766DB5: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766DB5 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 109 | 181 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.29 |
| HSL | 247.5º | 0.33% | 0.57% | - |
| HSV(B) | 247.5º | 0.4% | 0.71% | - |
| XYZ | 21.28 | 18.13 | 46.09 | - |
| YUV | 119.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 181 | 0.35 | 0.40 | 0 | 0.29 | 247.5 | 0.33 | 0.57 |
| Hex | 76 | 6D | B5 | 23 | 28 | 0 | 1D | F8 | 21 | 39 |
| Octal | 166 | 155 | 265 | 43 | 50 | 0 | 35 | 370 | 41 | 71 |
| Binary | 1110110 | 1101101 | 10110101 | 100011 | 101000 | 0 | 11101 | 11111000 | 100001 | 111001 |
Color Harmonies of #766DB5
Complementary color
Monochromatic Colors of #766DB5
Black with #766DB5
Text Example
Text Example
White with #766DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DB5; }
p { color: rgb(118,109,181); }
H1.HeaderClassName
{
color: #766DB5;
}
.AnyTagClassName
{
color: #766DB5;
}
</style>
background-color css
<style>
a { background-color: #766DB5; }
a { background-color: rgb(118,109,181); }
div.DivClassName
{
background-color: #766DB5;
}
.BgClassName
{
background-color: #766DB5;
}
</style>
border-color css
<style>
span { border-color: #766DB5; }
span { border-color: rgb(118,109,181); }
td.TdClassName
{
border-color: #766DB5;
}
.TagClassName
{
border-color: #766DB5;
}
</style>