Shades of Blue Marguerite #7758BD
Tints of Blue Marguerite #7758BD
RGB
CMYK
RGB Variations
Color information
#7758BD (or 0x7758BD) is known color: Blue Marguerite. HEX triplet: 77, 58 and BD. RGB value is (119,88,189). Sum of RGB (Red+Green+Blue) = 119+88+189=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #7758BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758BD is #88A742. Grayscale: #6C6C6C. Windows color (decimal): -8955715 or 12408951. OLE color: 12408951.
HSL color Cylindrical-coordinate representation of color #7758BD: hue angle of 258.42º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7758BD is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 88 | 189 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.26 |
| HSL | 258.42º | 0.43% | 0.54% | - |
| HSV(B) | 258.42º | 0.53% | 0.74% | - |
| XYZ | 20.28 | 14.58 | 49.89 | - |
| YUV | 108.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 189 | 0.37 | 0.53 | 0 | 0.26 | 258.42 | 0.43 | 0.54 |
| Hex | 77 | 58 | BD | 25 | 35 | 0 | 1A | 102 | 2B | 36 |
| Octal | 167 | 130 | 275 | 45 | 65 | 0 | 32 | 402 | 53 | 66 |
| Binary | 1110111 | 1011000 | 10111101 | 100101 | 110101 | 0 | 11010 | 100000010 | 101011 | 110110 |
Color Harmonies of #7758BD
Complementary color
Monochromatic Colors of #7758BD
Black with #7758BD
Text Example
Text Example
White with #7758BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7758BD; }
p { color: rgb(119,88,189); }
H1.HeaderClassName
{
color: #7758BD;
}
.AnyTagClassName
{
color: #7758BD;
}
</style>
background-color css
<style>
a { background-color: #7758BD; }
a { background-color: rgb(119,88,189); }
div.DivClassName
{
background-color: #7758BD;
}
.BgClassName
{
background-color: #7758BD;
}
</style>
border-color css
<style>
span { border-color: #7758BD; }
span { border-color: rgb(119,88,189); }
td.TdClassName
{
border-color: #7758BD;
}
.TagClassName
{
border-color: #7758BD;
}
</style>