Shades of Blue Marguerite #7557BC
Tints of Blue Marguerite #7557BC
RGB
CMYK
RGB Variations
Color information
#7557BC (or 0x7557BC) is known color: Blue Marguerite. HEX triplet: 75, 57 and BC. RGB value is (117,87,188). Sum of RGB (Red+Green+Blue) = 117+87+188=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #7557BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557BC is #8AA843. Grayscale: #6B6B6B. Windows color (decimal): -9087044 or 12343157. OLE color: 12343157.
HSL color Cylindrical-coordinate representation of color #7557BC: hue angle of 257.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7557BC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 87 | 188 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.26 |
| HSL | 257.82º | 0.43% | 0.54% | - |
| HSV(B) | 257.82º | 0.54% | 0.74% | - |
| XYZ | 19.82 | 14.23 | 49.28 | - |
| YUV | 107.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 188 | 0.38 | 0.54 | 0 | 0.26 | 257.82 | 0.43 | 0.54 |
| Hex | 75 | 57 | BC | 26 | 36 | 0 | 1A | 102 | 2B | 36 |
| Octal | 165 | 127 | 274 | 46 | 66 | 0 | 32 | 402 | 53 | 66 |
| Binary | 1110101 | 1010111 | 10111100 | 100110 | 110110 | 0 | 11010 | 100000010 | 101011 | 110110 |
Color Harmonies of #7557BC
Complementary color
Monochromatic Colors of #7557BC
Black with #7557BC
Text Example
Text Example
White with #7557BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557BC; }
p { color: rgb(117,87,188); }
H1.HeaderClassName
{
color: #7557BC;
}
.AnyTagClassName
{
color: #7557BC;
}
</style>
background-color css
<style>
a { background-color: #7557BC; }
a { background-color: rgb(117,87,188); }
div.DivClassName
{
background-color: #7557BC;
}
.BgClassName
{
background-color: #7557BC;
}
</style>
border-color css
<style>
span { border-color: #7557BC; }
span { border-color: rgb(117,87,188); }
td.TdClassName
{
border-color: #7557BC;
}
.TagClassName
{
border-color: #7557BC;
}
</style>