Shades of Blue Marguerite #7755BD
Tints of Blue Marguerite #7755BD
RGB
CMYK
RGB Variations
Color information
#7755BD (or 0x7755BD) is known color: Blue Marguerite. HEX triplet: 77, 55 and BD. RGB value is (119,85,189). Sum of RGB (Red+Green+Blue) = 119+85+189=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7755BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755BD is #88AA42. Grayscale: #6A6A6A. Windows color (decimal): -8956483 or 12408183. OLE color: 12408183.
HSL color Cylindrical-coordinate representation of color #7755BD: hue angle of 259.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7755BD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 85 | 189 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.26 |
| HSL | 259.62º | 0.44% | 0.54% | - |
| HSV(B) | 259.62º | 0.55% | 0.74% | - |
| XYZ | 20.04 | 14.09 | 49.81 | - |
| YUV | 107.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 189 | 0.37 | 0.55 | 0 | 0.26 | 259.62 | 0.44 | 0.54 |
| Hex | 77 | 55 | BD | 25 | 37 | 0 | 1A | 104 | 2C | 36 |
| Octal | 167 | 125 | 275 | 45 | 67 | 0 | 32 | 404 | 54 | 66 |
| Binary | 1110111 | 1010101 | 10111101 | 100101 | 110111 | 0 | 11010 | 100000100 | 101100 | 110110 |
Color Harmonies of #7755BD
Complementary color
Monochromatic Colors of #7755BD
Black with #7755BD
Text Example
Text Example
White with #7755BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755BD; }
p { color: rgb(119,85,189); }
H1.HeaderClassName
{
color: #7755BD;
}
.AnyTagClassName
{
color: #7755BD;
}
</style>
background-color css
<style>
a { background-color: #7755BD; }
a { background-color: rgb(119,85,189); }
div.DivClassName
{
background-color: #7755BD;
}
.BgClassName
{
background-color: #7755BD;
}
</style>
border-color css
<style>
span { border-color: #7755BD; }
span { border-color: rgb(119,85,189); }
td.TdClassName
{
border-color: #7755BD;
}
.TagClassName
{
border-color: #7755BD;
}
</style>