Shades of Blue Marguerite #766AB4
Tints of Blue Marguerite #766AB4
RGB
CMYK
RGB Variations
Color information
#766AB4 (or 0x766AB4) is known color: Blue Marguerite. HEX triplet: 76, 6A and B4. RGB value is (118,106,180). Sum of RGB (Red+Green+Blue) = 118+106+180=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #766AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AB4 is #89954B. Grayscale: #757575. Windows color (decimal): -9016652 or 11823734. OLE color: 11823734.
HSL color Cylindrical-coordinate representation of color #766AB4: hue angle of 249.73º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #766AB4 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 106 | 180 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.29 |
| HSL | 249.73º | 0.33% | 0.56% | - |
| HSV(B) | 249.73º | 0.41% | 0.71% | - |
| XYZ | 20.86 | 17.45 | 45.45 | - |
| YUV | 118.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 180 | 0.34 | 0.41 | 0 | 0.29 | 249.73 | 0.33 | 0.56 |
| Hex | 76 | 6A | B4 | 22 | 29 | 0 | 1D | FA | 21 | 38 |
| Octal | 166 | 152 | 264 | 42 | 51 | 0 | 35 | 372 | 41 | 70 |
| Binary | 1110110 | 1101010 | 10110100 | 100010 | 101001 | 0 | 11101 | 11111010 | 100001 | 111000 |
Color Harmonies of #766AB4
Complementary color
Monochromatic Colors of #766AB4
Black with #766AB4
Text Example
Text Example
White with #766AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AB4; }
p { color: rgb(118,106,180); }
H1.HeaderClassName
{
color: #766AB4;
}
.AnyTagClassName
{
color: #766AB4;
}
</style>
background-color css
<style>
a { background-color: #766AB4; }
a { background-color: rgb(118,106,180); }
div.DivClassName
{
background-color: #766AB4;
}
.BgClassName
{
background-color: #766AB4;
}
</style>
border-color css
<style>
span { border-color: #766AB4; }
span { border-color: rgb(118,106,180); }
td.TdClassName
{
border-color: #766AB4;
}
.TagClassName
{
border-color: #766AB4;
}
</style>