Shades of Blue Marguerite #7668BA
Tints of Blue Marguerite #7668BA
RGB
CMYK
RGB Variations
Color information
#7668BA (or 0x7668BA) is known color: Blue Marguerite. HEX triplet: 76, 68 and BA. RGB value is (118,104,186). Sum of RGB (Red+Green+Blue) = 118+104+186=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #7668BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668BA is #899745. Grayscale: #757575. Windows color (decimal): -9017158 or 12216438. OLE color: 12216438.
HSL color Cylindrical-coordinate representation of color #7668BA: hue angle of 250.24º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7668BA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 104 | 186 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.27 |
| HSL | 250.24º | 0.37% | 0.57% | - |
| HSV(B) | 250.24º | 0.44% | 0.73% | - |
| XYZ | 21.28 | 17.3 | 48.67 | - |
| YUV | 117.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 186 | 0.37 | 0.44 | 0 | 0.27 | 250.24 | 0.37 | 0.57 |
| Hex | 76 | 68 | BA | 25 | 2C | 0 | 1B | FA | 25 | 39 |
| Octal | 166 | 150 | 272 | 45 | 54 | 0 | 33 | 372 | 45 | 71 |
| Binary | 1110110 | 1101000 | 10111010 | 100101 | 101100 | 0 | 11011 | 11111010 | 100101 | 111001 |
Color Harmonies of #7668BA
Complementary color
Monochromatic Colors of #7668BA
Black with #7668BA
Text Example
Text Example
White with #7668BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7668BA; }
p { color: rgb(118,104,186); }
H1.HeaderClassName
{
color: #7668BA;
}
.AnyTagClassName
{
color: #7668BA;
}
</style>
background-color css
<style>
a { background-color: #7668BA; }
a { background-color: rgb(118,104,186); }
div.DivClassName
{
background-color: #7668BA;
}
.BgClassName
{
background-color: #7668BA;
}
</style>
border-color css
<style>
span { border-color: #7668BA; }
span { border-color: rgb(118,104,186); }
td.TdClassName
{
border-color: #7668BA;
}
.TagClassName
{
border-color: #7668BA;
}
</style>