Shades of Blue Marguerite #7755BA
Tints of Blue Marguerite #7755BA
RGB
CMYK
RGB Variations
Color information
#7755BA (or 0x7755BA) is known color: Blue Marguerite. HEX triplet: 77, 55 and BA. RGB value is (119,85,186). Sum of RGB (Red+Green+Blue) = 119+85+186=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7755BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755BA is #88AA45. Grayscale: #6A6A6A. Windows color (decimal): -8956486 or 12211575. OLE color: 12211575.
HSL color Cylindrical-coordinate representation of color #7755BA: hue angle of 260.2º 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 #7755BA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 85 | 186 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.27 |
| HSL | 260.2º | 0.42% | 0.53% | - |
| HSV(B) | 260.2º | 0.54% | 0.73% | - |
| XYZ | 19.72 | 13.96 | 48.11 | - |
| YUV | 106.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 186 | 0.36 | 0.54 | 0 | 0.27 | 260.2 | 0.42 | 0.53 |
| Hex | 77 | 55 | BA | 24 | 36 | 0 | 1B | 104 | 2A | 35 |
| Octal | 167 | 125 | 272 | 44 | 66 | 0 | 33 | 404 | 52 | 65 |
| Binary | 1110111 | 1010101 | 10111010 | 100100 | 110110 | 0 | 11011 | 100000100 | 101010 | 110101 |
Color Harmonies of #7755BA
Complementary color
Monochromatic Colors of #7755BA
Black with #7755BA
Text Example
Text Example
White with #7755BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755BA; }
p { color: rgb(119,85,186); }
H1.HeaderClassName
{
color: #7755BA;
}
.AnyTagClassName
{
color: #7755BA;
}
</style>
background-color css
<style>
a { background-color: #7755BA; }
a { background-color: rgb(119,85,186); }
div.DivClassName
{
background-color: #7755BA;
}
.BgClassName
{
background-color: #7755BA;
}
</style>
border-color css
<style>
span { border-color: #7755BA; }
span { border-color: rgb(119,85,186); }
td.TdClassName
{
border-color: #7755BA;
}
.TagClassName
{
border-color: #7755BA;
}
</style>