Shades of Blue Marguerite #7557BD
Tints of Blue Marguerite #7557BD
RGB
CMYK
RGB Variations
Color information
#7557BD (or 0x7557BD) is known color: Blue Marguerite. HEX triplet: 75, 57 and BD. RGB value is (117,87,189). Sum of RGB (Red+Green+Blue) = 117+87+189=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 87 (34.38% from 255 or 22.14% 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 #7557BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557BD is #8AA842. Grayscale: #6B6B6B. Windows color (decimal): -9087043 or 12408693. OLE color: 12408693.
HSL color Cylindrical-coordinate representation of color #7557BD: hue angle of 257.65º degrees, saturation: 0.44, 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 #7557BD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 87 | 189 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.26 |
| HSL | 257.65º | 0.44% | 0.54% | - |
| HSV(B) | 257.65º | 0.54% | 0.74% | - |
| XYZ | 19.93 | 14.27 | 49.85 | - |
| YUV | 107.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 189 | 0.38 | 0.54 | 0 | 0.26 | 257.65 | 0.44 | 0.54 |
| Hex | 75 | 57 | BD | 26 | 36 | 0 | 1A | 102 | 2C | 36 |
| Octal | 165 | 127 | 275 | 46 | 66 | 0 | 32 | 402 | 54 | 66 |
| Binary | 1110101 | 1010111 | 10111101 | 100110 | 110110 | 0 | 11010 | 100000010 | 101100 | 110110 |
Color Harmonies of #7557BD
Complementary color
Monochromatic Colors of #7557BD
Black with #7557BD
Text Example
Text Example
White with #7557BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557BD; }
p { color: rgb(117,87,189); }
H1.HeaderClassName
{
color: #7557BD;
}
.AnyTagClassName
{
color: #7557BD;
}
</style>
background-color css
<style>
a { background-color: #7557BD; }
a { background-color: rgb(117,87,189); }
div.DivClassName
{
background-color: #7557BD;
}
.BgClassName
{
background-color: #7557BD;
}
</style>
border-color css
<style>
span { border-color: #7557BD; }
span { border-color: rgb(117,87,189); }
td.TdClassName
{
border-color: #7557BD;
}
.TagClassName
{
border-color: #7557BD;
}
</style>