Shades of Blue Marguerite #7D55BA
Tints of Blue Marguerite #7D55BA
RGB
CMYK
RGB Variations
Color information
#7D55BA (or 0x7D55BA) is known color: Blue Marguerite. HEX triplet: 7D, 55 and BA. RGB value is (125,85,186). Sum of RGB (Red+Green+Blue) = 125+85+186=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55BA is #82AA45. Grayscale: #6C6C6C. Windows color (decimal): -8563270 or 12211581. OLE color: 12211581.
HSL color Cylindrical-coordinate representation of color #7D55BA: hue angle of 263.76º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D55BA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 85 | 186 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.27 |
| HSL | 263.76º | 0.42% | 0.53% | - |
| HSV(B) | 263.76º | 0.54% | 0.73% | - |
| XYZ | 20.57 | 14.4 | 48.15 | - |
| YUV | 108.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 186 | 0.33 | 0.54 | 0 | 0.27 | 263.76 | 0.42 | 0.53 |
| Hex | 7D | 55 | BA | 21 | 36 | 0 | 1B | 108 | 2A | 35 |
| Octal | 175 | 125 | 272 | 41 | 66 | 0 | 33 | 410 | 52 | 65 |
| Binary | 1111101 | 1010101 | 10111010 | 100001 | 110110 | 0 | 11011 | 100001000 | 101010 | 110101 |
Color Harmonies of #7D55BA
Complementary color
Monochromatic Colors of #7D55BA
Black with #7D55BA
Text Example
Text Example
White with #7D55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D55BA; }
p { color: rgb(125,85,186); }
H1.HeaderClassName
{
color: #7D55BA;
}
.AnyTagClassName
{
color: #7D55BA;
}
</style>
background-color css
<style>
a { background-color: #7D55BA; }
a { background-color: rgb(125,85,186); }
div.DivClassName
{
background-color: #7D55BA;
}
.BgClassName
{
background-color: #7D55BA;
}
</style>
border-color css
<style>
span { border-color: #7D55BA; }
span { border-color: rgb(125,85,186); }
td.TdClassName
{
border-color: #7D55BA;
}
.TagClassName
{
border-color: #7D55BA;
}
</style>