Shades of Blue Marguerite #7D5BBC
Tints of Blue Marguerite #7D5BBC
RGB
CMYK
RGB Variations
Color information
#7D5BBC (or 0x7D5BBC) is known color: Blue Marguerite. HEX triplet: 7D, 5B and BC. RGB value is (125,91,188). Sum of RGB (Red+Green+Blue) = 125+91+188=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5BBC is #82A443. Grayscale: #6F6F6F. Windows color (decimal): -8561732 or 12344189. OLE color: 12344189.
HSL color Cylindrical-coordinate representation of color #7D5BBC: hue angle of 261.03º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D5BBC is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 91 | 188 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.26 |
| HSL | 261.03º | 0.42% | 0.55% | - |
| HSV(B) | 261.03º | 0.52% | 0.74% | - |
| XYZ | 21.28 | 15.47 | 49.44 | - |
| YUV | 112.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 91 | 188 | 0.34 | 0.52 | 0 | 0.26 | 261.03 | 0.42 | 0.55 |
| Hex | 7D | 5B | BC | 22 | 34 | 0 | 1A | 105 | 2A | 37 |
| Octal | 175 | 133 | 274 | 42 | 64 | 0 | 32 | 405 | 52 | 67 |
| Binary | 1111101 | 1011011 | 10111100 | 100010 | 110100 | 0 | 11010 | 100000101 | 101010 | 110111 |
Color Harmonies of #7D5BBC
Complementary color
Monochromatic Colors of #7D5BBC
Black with #7D5BBC
Text Example
Text Example
White with #7D5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5BBC; }
p { color: rgb(125,91,188); }
H1.HeaderClassName
{
color: #7D5BBC;
}
.AnyTagClassName
{
color: #7D5BBC;
}
</style>
background-color css
<style>
a { background-color: #7D5BBC; }
a { background-color: rgb(125,91,188); }
div.DivClassName
{
background-color: #7D5BBC;
}
.BgClassName
{
background-color: #7D5BBC;
}
</style>
border-color css
<style>
span { border-color: #7D5BBC; }
span { border-color: rgb(125,91,188); }
td.TdClassName
{
border-color: #7D5BBC;
}
.TagClassName
{
border-color: #7D5BBC;
}
</style>