Shades of Blue Marguerite #7755BB
Tints of Blue Marguerite #7755BB
RGB
CMYK
RGB Variations
Color information
#7755BB (or 0x7755BB) is known color: Blue Marguerite. HEX triplet: 77, 55 and BB. RGB value is (119,85,187). Sum of RGB (Red+Green+Blue) = 119+85+187=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #7755BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755BB is #88AA44. Grayscale: #6A6A6A. Windows color (decimal): -8956485 or 12277111. OLE color: 12277111.
HSL color Cylindrical-coordinate representation of color #7755BB: hue angle of 260º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7755BB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 85 | 187 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.27 |
| HSL | 260º | 0.43% | 0.53% | - |
| HSV(B) | 260º | 0.55% | 0.73% | - |
| XYZ | 19.83 | 14.01 | 48.67 | - |
| YUV | 106.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 187 | 0.36 | 0.55 | 0 | 0.27 | 260 | 0.43 | 0.53 |
| Hex | 77 | 55 | BB | 24 | 37 | 0 | 1B | 104 | 2B | 35 |
| Octal | 167 | 125 | 273 | 44 | 67 | 0 | 33 | 404 | 53 | 65 |
| Binary | 1110111 | 1010101 | 10111011 | 100100 | 110111 | 0 | 11011 | 100000100 | 101011 | 110101 |
Color Harmonies of #7755BB
Complementary color
Monochromatic Colors of #7755BB
Black with #7755BB
Text Example
Text Example
White with #7755BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755BB; }
p { color: rgb(119,85,187); }
H1.HeaderClassName
{
color: #7755BB;
}
.AnyTagClassName
{
color: #7755BB;
}
</style>
background-color css
<style>
a { background-color: #7755BB; }
a { background-color: rgb(119,85,187); }
div.DivClassName
{
background-color: #7755BB;
}
.BgClassName
{
background-color: #7755BB;
}
</style>
border-color css
<style>
span { border-color: #7755BB; }
span { border-color: rgb(119,85,187); }
td.TdClassName
{
border-color: #7755BB;
}
.TagClassName
{
border-color: #7755BB;
}
</style>