Shades of Blue Marguerite #766FB4
Tints of Blue Marguerite #766FB4
RGB
CMYK
RGB Variations
Color information
#766FB4 (or 0x766FB4) is known color: Blue Marguerite. HEX triplet: 76, 6F and B4. RGB value is (118,111,180). Sum of RGB (Red+Green+Blue) = 118+111+180=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #766FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FB4 is #89904B. Grayscale: #787878. Windows color (decimal): -9015372 or 11825014. OLE color: 11825014.
HSL color Cylindrical-coordinate representation of color #766FB4: hue angle of 246.09º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766FB4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 111 | 180 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.29 |
| HSL | 246.09º | 0.32% | 0.57% | - |
| HSV(B) | 246.09º | 0.38% | 0.71% | - |
| XYZ | 21.39 | 18.52 | 45.63 | - |
| YUV | 120.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 180 | 0.34 | 0.38 | 0 | 0.29 | 246.09 | 0.32 | 0.57 |
| Hex | 76 | 6F | B4 | 22 | 26 | 0 | 1D | F6 | 20 | 39 |
| Octal | 166 | 157 | 264 | 42 | 46 | 0 | 35 | 366 | 40 | 71 |
| Binary | 1110110 | 1101111 | 10110100 | 100010 | 100110 | 0 | 11101 | 11110110 | 100000 | 111001 |
Color Harmonies of #766FB4
Complementary color
Monochromatic Colors of #766FB4
Black with #766FB4
Text Example
Text Example
White with #766FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FB4; }
p { color: rgb(118,111,180); }
H1.HeaderClassName
{
color: #766FB4;
}
.AnyTagClassName
{
color: #766FB4;
}
</style>
background-color css
<style>
a { background-color: #766FB4; }
a { background-color: rgb(118,111,180); }
div.DivClassName
{
background-color: #766FB4;
}
.BgClassName
{
background-color: #766FB4;
}
</style>
border-color css
<style>
span { border-color: #766FB4; }
span { border-color: rgb(118,111,180); }
td.TdClassName
{
border-color: #766FB4;
}
.TagClassName
{
border-color: #766FB4;
}
</style>