Shades of Blue Marguerite #766CB4
Tints of Blue Marguerite #766CB4
RGB
CMYK
RGB Variations
Color information
#766CB4 (or 0x766CB4) is known color: Blue Marguerite. HEX triplet: 76, 6C and B4. RGB value is (118,108,180). Sum of RGB (Red+Green+Blue) = 118+108+180=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #766CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CB4 is #89934B. Grayscale: #767676. Windows color (decimal): -9016140 or 11824246. OLE color: 11824246.
HSL color Cylindrical-coordinate representation of color #766CB4: hue angle of 248.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766CB4 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 108 | 180 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.29 |
| HSL | 248.33º | 0.32% | 0.56% | - |
| HSV(B) | 248.33º | 0.4% | 0.71% | - |
| XYZ | 21.07 | 17.87 | 45.52 | - |
| YUV | 119.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 180 | 0.34 | 0.40 | 0 | 0.29 | 248.33 | 0.32 | 0.56 |
| Hex | 76 | 6C | B4 | 22 | 28 | 0 | 1D | F8 | 20 | 38 |
| Octal | 166 | 154 | 264 | 42 | 50 | 0 | 35 | 370 | 40 | 70 |
| Binary | 1110110 | 1101100 | 10110100 | 100010 | 101000 | 0 | 11101 | 11111000 | 100000 | 111000 |
Color Harmonies of #766CB4
Complementary color
Monochromatic Colors of #766CB4
Black with #766CB4
Text Example
Text Example
White with #766CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CB4; }
p { color: rgb(118,108,180); }
H1.HeaderClassName
{
color: #766CB4;
}
.AnyTagClassName
{
color: #766CB4;
}
</style>
background-color css
<style>
a { background-color: #766CB4; }
a { background-color: rgb(118,108,180); }
div.DivClassName
{
background-color: #766CB4;
}
.BgClassName
{
background-color: #766CB4;
}
</style>
border-color css
<style>
span { border-color: #766CB4; }
span { border-color: rgb(118,108,180); }
td.TdClassName
{
border-color: #766CB4;
}
.TagClassName
{
border-color: #766CB4;
}
</style>