Shades of Blue Marguerite #7D55BD
Tints of Blue Marguerite #7D55BD
RGB
CMYK
RGB Variations
Color information
#7D55BD (or 0x7D55BD) is known color: Blue Marguerite. HEX triplet: 7D, 55 and BD. RGB value is (125,85,189). Sum of RGB (Red+Green+Blue) = 125+85+189=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D55BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55BD is #82AA42. Grayscale: #6C6C6C. Windows color (decimal): -8563267 or 12408189. OLE color: 12408189.
HSL color Cylindrical-coordinate representation of color #7D55BD: hue angle of 263.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D55BD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 85 | 189 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.26 |
| HSL | 263.08º | 0.44% | 0.54% | - |
| HSV(B) | 263.08º | 0.55% | 0.74% | - |
| XYZ | 20.89 | 14.53 | 49.85 | - |
| YUV | 108.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 189 | 0.34 | 0.55 | 0 | 0.26 | 263.08 | 0.44 | 0.54 |
| Hex | 7D | 55 | BD | 22 | 37 | 0 | 1A | 107 | 2C | 36 |
| Octal | 175 | 125 | 275 | 42 | 67 | 0 | 32 | 407 | 54 | 66 |
| Binary | 1111101 | 1010101 | 10111101 | 100010 | 110111 | 0 | 11010 | 100000111 | 101100 | 110110 |
Color Harmonies of #7D55BD
Complementary color
Monochromatic Colors of #7D55BD
Black with #7D55BD
Text Example
Text Example
White with #7D55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D55BD; }
p { color: rgb(125,85,189); }
H1.HeaderClassName
{
color: #7D55BD;
}
.AnyTagClassName
{
color: #7D55BD;
}
</style>
background-color css
<style>
a { background-color: #7D55BD; }
a { background-color: rgb(125,85,189); }
div.DivClassName
{
background-color: #7D55BD;
}
.BgClassName
{
background-color: #7D55BD;
}
</style>
border-color css
<style>
span { border-color: #7D55BD; }
span { border-color: rgb(125,85,189); }
td.TdClassName
{
border-color: #7D55BD;
}
.TagClassName
{
border-color: #7D55BD;
}
</style>