Shades of Blue Marguerite #7D57B9
Tints of Blue Marguerite #7D57B9
RGB
CMYK
RGB Variations
Color information
#7D57B9 (or 0x7D57B9) is known color: Blue Marguerite. HEX triplet: 7D, 57 and B9. RGB value is (125,87,185). Sum of RGB (Red+Green+Blue) = 125+87+185=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D57B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57B9 is #82A846. Grayscale: #6D6D6D. Windows color (decimal): -8562759 or 12146557. OLE color: 12146557.
HSL color Cylindrical-coordinate representation of color #7D57B9: hue angle of 263.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D57B9 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 87 | 185 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.27 |
| HSL | 263.27º | 0.41% | 0.53% | - |
| HSV(B) | 263.27º | 0.53% | 0.73% | - |
| XYZ | 20.62 | 14.68 | 47.65 | - |
| YUV | 109.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 185 | 0.32 | 0.53 | 0 | 0.27 | 263.27 | 0.41 | 0.53 |
| Hex | 7D | 57 | B9 | 20 | 35 | 0 | 1B | 107 | 29 | 35 |
| Octal | 175 | 127 | 271 | 40 | 65 | 0 | 33 | 407 | 51 | 65 |
| Binary | 1111101 | 1010111 | 10111001 | 100000 | 110101 | 0 | 11011 | 100000111 | 101001 | 110101 |
Color Harmonies of #7D57B9
Complementary color
Monochromatic Colors of #7D57B9
Black with #7D57B9
Text Example
Text Example
White with #7D57B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57B9; }
p { color: rgb(125,87,185); }
H1.HeaderClassName
{
color: #7D57B9;
}
.AnyTagClassName
{
color: #7D57B9;
}
</style>
background-color css
<style>
a { background-color: #7D57B9; }
a { background-color: rgb(125,87,185); }
div.DivClassName
{
background-color: #7D57B9;
}
.BgClassName
{
background-color: #7D57B9;
}
</style>
border-color css
<style>
span { border-color: #7D57B9; }
span { border-color: rgb(125,87,185); }
td.TdClassName
{
border-color: #7D57B9;
}
.TagClassName
{
border-color: #7D57B9;
}
</style>