Shades of Blue Marguerite #7758BC
Tints of Blue Marguerite #7758BC
RGB
CMYK
RGB Variations
Color information
#7758BC (or 0x7758BC) is known color: Blue Marguerite. HEX triplet: 77, 58 and BC. RGB value is (119,88,188). Sum of RGB (Red+Green+Blue) = 119+88+188=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #7758BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758BC is #88A743. Grayscale: #6C6C6C. Windows color (decimal): -8955716 or 12343415. OLE color: 12343415.
HSL color Cylindrical-coordinate representation of color #7758BC: hue angle of 258.6º 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 #7758BC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 88 | 188 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.26 |
| HSL | 258.6º | 0.43% | 0.54% | - |
| HSV(B) | 258.6º | 0.53% | 0.74% | - |
| XYZ | 20.17 | 14.53 | 49.32 | - |
| YUV | 108.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 188 | 0.37 | 0.53 | 0 | 0.26 | 258.6 | 0.43 | 0.54 |
| Hex | 77 | 58 | BC | 25 | 35 | 0 | 1A | 103 | 2B | 36 |
| Octal | 167 | 130 | 274 | 45 | 65 | 0 | 32 | 403 | 53 | 66 |
| Binary | 1110111 | 1011000 | 10111100 | 100101 | 110101 | 0 | 11010 | 100000011 | 101011 | 110110 |
Color Harmonies of #7758BC
Complementary color
Monochromatic Colors of #7758BC
Black with #7758BC
Text Example
Text Example
White with #7758BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7758BC; }
p { color: rgb(119,88,188); }
H1.HeaderClassName
{
color: #7758BC;
}
.AnyTagClassName
{
color: #7758BC;
}
</style>
background-color css
<style>
a { background-color: #7758BC; }
a { background-color: rgb(119,88,188); }
div.DivClassName
{
background-color: #7758BC;
}
.BgClassName
{
background-color: #7758BC;
}
</style>
border-color css
<style>
span { border-color: #7758BC; }
span { border-color: rgb(119,88,188); }
td.TdClassName
{
border-color: #7758BC;
}
.TagClassName
{
border-color: #7758BC;
}
</style>