Shades of Blue Marguerite #7655BA
Tints of Blue Marguerite #7655BA
RGB
CMYK
RGB Variations
Color information
#7655BA (or 0x7655BA) is known color: Blue Marguerite. HEX triplet: 76, 55 and BA. RGB value is (118,85,186). Sum of RGB (Red+Green+Blue) = 118+85+186=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7655BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655BA is #89AA45. Grayscale: #6A6A6A. Windows color (decimal): -9022022 or 12211574. OLE color: 12211574.
HSL color Cylindrical-coordinate representation of color #7655BA: hue angle of 259.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7655BA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 85 | 186 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.27 |
| HSL | 259.6º | 0.42% | 0.53% | - |
| HSV(B) | 259.6º | 0.54% | 0.73% | - |
| XYZ | 19.58 | 13.89 | 48.1 | - |
| YUV | 106.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 186 | 0.37 | 0.54 | 0 | 0.27 | 259.6 | 0.42 | 0.53 |
| Hex | 76 | 55 | BA | 25 | 36 | 0 | 1B | 104 | 2A | 35 |
| Octal | 166 | 125 | 272 | 45 | 66 | 0 | 33 | 404 | 52 | 65 |
| Binary | 1110110 | 1010101 | 10111010 | 100101 | 110110 | 0 | 11011 | 100000100 | 101010 | 110101 |
Color Harmonies of #7655BA
Complementary color
Monochromatic Colors of #7655BA
Black with #7655BA
Text Example
Text Example
White with #7655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655BA; }
p { color: rgb(118,85,186); }
H1.HeaderClassName
{
color: #7655BA;
}
.AnyTagClassName
{
color: #7655BA;
}
</style>
background-color css
<style>
a { background-color: #7655BA; }
a { background-color: rgb(118,85,186); }
div.DivClassName
{
background-color: #7655BA;
}
.BgClassName
{
background-color: #7655BA;
}
</style>
border-color css
<style>
span { border-color: #7655BA; }
span { border-color: rgb(118,85,186); }
td.TdClassName
{
border-color: #7655BA;
}
.TagClassName
{
border-color: #7655BA;
}
</style>