Shades of Blue Marguerite #7D55BB
Tints of Blue Marguerite #7D55BB
RGB
CMYK
RGB Variations
Color information
#7D55BB (or 0x7D55BB) is known color: Blue Marguerite. HEX triplet: 7D, 55 and BB. RGB value is (125,85,187). Sum of RGB (Red+Green+Blue) = 125+85+187=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55BB is #82AA44. Grayscale: #6C6C6C. Windows color (decimal): -8563269 or 12277117. OLE color: 12277117.
HSL color Cylindrical-coordinate representation of color #7D55BB: hue angle of 263.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D55BB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 85 | 187 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.27 |
| HSL | 263.53º | 0.43% | 0.53% | - |
| HSV(B) | 263.53º | 0.55% | 0.73% | - |
| XYZ | 20.68 | 14.44 | 48.71 | - |
| YUV | 108.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 187 | 0.33 | 0.55 | 0 | 0.27 | 263.53 | 0.43 | 0.53 |
| Hex | 7D | 55 | BB | 21 | 37 | 0 | 1B | 108 | 2B | 35 |
| Octal | 175 | 125 | 273 | 41 | 67 | 0 | 33 | 410 | 53 | 65 |
| Binary | 1111101 | 1010101 | 10111011 | 100001 | 110111 | 0 | 11011 | 100001000 | 101011 | 110101 |
Color Harmonies of #7D55BB
Complementary color
Monochromatic Colors of #7D55BB
Black with #7D55BB
Text Example
Text Example
White with #7D55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D55BB; }
p { color: rgb(125,85,187); }
H1.HeaderClassName
{
color: #7D55BB;
}
.AnyTagClassName
{
color: #7D55BB;
}
</style>
background-color css
<style>
a { background-color: #7D55BB; }
a { background-color: rgb(125,85,187); }
div.DivClassName
{
background-color: #7D55BB;
}
.BgClassName
{
background-color: #7D55BB;
}
</style>
border-color css
<style>
span { border-color: #7D55BB; }
span { border-color: rgb(125,85,187); }
td.TdClassName
{
border-color: #7D55BB;
}
.TagClassName
{
border-color: #7D55BB;
}
</style>