Shades of Blue Marguerite #7755B8
Tints of Blue Marguerite #7755B8
RGB
CMYK
RGB Variations
Color information
#7755B8 (or 0x7755B8) is known color: Blue Marguerite. HEX triplet: 77, 55 and B8. RGB value is (119,85,184). Sum of RGB (Red+Green+Blue) = 119+85+184=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #7755B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755B8 is #88AA47. Grayscale: #6A6A6A. Windows color (decimal): -8956488 or 12080503. OLE color: 12080503.
HSL color Cylindrical-coordinate representation of color #7755B8: hue angle of 260.61º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7755B8 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 85 | 184 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.28 |
| HSL | 260.61º | 0.41% | 0.53% | - |
| HSV(B) | 260.61º | 0.54% | 0.72% | - |
| XYZ | 19.51 | 13.88 | 47 | - |
| YUV | 106.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 184 | 0.35 | 0.54 | 0 | 0.28 | 260.61 | 0.41 | 0.53 |
| Hex | 77 | 55 | B8 | 23 | 36 | 0 | 1C | 105 | 29 | 35 |
| Octal | 167 | 125 | 270 | 43 | 66 | 0 | 34 | 405 | 51 | 65 |
| Binary | 1110111 | 1010101 | 10111000 | 100011 | 110110 | 0 | 11100 | 100000101 | 101001 | 110101 |
Color Harmonies of #7755B8
Complementary color
Monochromatic Colors of #7755B8
Black with #7755B8
Text Example
Text Example
White with #7755B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755B8; }
p { color: rgb(119,85,184); }
H1.HeaderClassName
{
color: #7755B8;
}
.AnyTagClassName
{
color: #7755B8;
}
</style>
background-color css
<style>
a { background-color: #7755B8; }
a { background-color: rgb(119,85,184); }
div.DivClassName
{
background-color: #7755B8;
}
.BgClassName
{
background-color: #7755B8;
}
</style>
border-color css
<style>
span { border-color: #7755B8; }
span { border-color: rgb(119,85,184); }
td.TdClassName
{
border-color: #7755B8;
}
.TagClassName
{
border-color: #7755B8;
}
</style>