Shades of Blue Marguerite #766CB5
Tints of Blue Marguerite #766CB5
RGB
CMYK
RGB Variations
Color information
#766CB5 (or 0x766CB5) is known color: Blue Marguerite. HEX triplet: 76, 6C and B5. RGB value is (118,108,181). Sum of RGB (Red+Green+Blue) = 118+108+181=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #766CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CB5 is #89934A. Grayscale: #777777. Windows color (decimal): -9016139 or 11889782. OLE color: 11889782.
HSL color Cylindrical-coordinate representation of color #766CB5: hue angle of 248.22º 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 #766CB5 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 108 | 181 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.29 |
| HSL | 248.22º | 0.33% | 0.57% | - |
| HSV(B) | 248.22º | 0.4% | 0.71% | - |
| XYZ | 21.17 | 17.91 | 46.06 | - |
| YUV | 119.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 181 | 0.35 | 0.40 | 0 | 0.29 | 248.22 | 0.33 | 0.57 |
| Hex | 76 | 6C | B5 | 23 | 28 | 0 | 1D | F8 | 21 | 39 |
| Octal | 166 | 154 | 265 | 43 | 50 | 0 | 35 | 370 | 41 | 71 |
| Binary | 1110110 | 1101100 | 10110101 | 100011 | 101000 | 0 | 11101 | 11111000 | 100001 | 111001 |
Color Harmonies of #766CB5
Complementary color
Monochromatic Colors of #766CB5
Black with #766CB5
Text Example
Text Example
White with #766CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CB5; }
p { color: rgb(118,108,181); }
H1.HeaderClassName
{
color: #766CB5;
}
.AnyTagClassName
{
color: #766CB5;
}
</style>
background-color css
<style>
a { background-color: #766CB5; }
a { background-color: rgb(118,108,181); }
div.DivClassName
{
background-color: #766CB5;
}
.BgClassName
{
background-color: #766CB5;
}
</style>
border-color css
<style>
span { border-color: #766CB5; }
span { border-color: rgb(118,108,181); }
td.TdClassName
{
border-color: #766CB5;
}
.TagClassName
{
border-color: #766CB5;
}
</style>