Shades of Blue Marguerite #7D58B9
Tints of Blue Marguerite #7D58B9
RGB
CMYK
RGB Variations
Color information
#7D58B9 (or 0x7D58B9) is known color: Blue Marguerite. HEX triplet: 7D, 58 and B9. RGB value is (125,88,185). Sum of RGB (Red+Green+Blue) = 125+88+185=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D58B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58B9 is #82A746. Grayscale: #6D6D6D. Windows color (decimal): -8562503 or 12146813. OLE color: 12146813.
HSL color Cylindrical-coordinate representation of color #7D58B9: hue angle of 262.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D58B9 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 88 | 185 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.27 |
| HSL | 262.89º | 0.41% | 0.54% | - |
| HSV(B) | 262.89º | 0.52% | 0.73% | - |
| XYZ | 20.7 | 14.84 | 47.67 | - |
| YUV | 110.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 185 | 0.32 | 0.52 | 0 | 0.27 | 262.89 | 0.41 | 0.54 |
| Hex | 7D | 58 | B9 | 20 | 34 | 0 | 1B | 107 | 29 | 36 |
| Octal | 175 | 130 | 271 | 40 | 64 | 0 | 33 | 407 | 51 | 66 |
| Binary | 1111101 | 1011000 | 10111001 | 100000 | 110100 | 0 | 11011 | 100000111 | 101001 | 110110 |
Color Harmonies of #7D58B9
Complementary color
Monochromatic Colors of #7D58B9
Black with #7D58B9
Text Example
Text Example
White with #7D58B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D58B9; }
p { color: rgb(125,88,185); }
H1.HeaderClassName
{
color: #7D58B9;
}
.AnyTagClassName
{
color: #7D58B9;
}
</style>
background-color css
<style>
a { background-color: #7D58B9; }
a { background-color: rgb(125,88,185); }
div.DivClassName
{
background-color: #7D58B9;
}
.BgClassName
{
background-color: #7D58B9;
}
</style>
border-color css
<style>
span { border-color: #7D58B9; }
span { border-color: rgb(125,88,185); }
td.TdClassName
{
border-color: #7D58B9;
}
.TagClassName
{
border-color: #7D58B9;
}
</style>