Shades of Blue Marguerite #7D5AB4
Tints of Blue Marguerite #7D5AB4
RGB
CMYK
RGB Variations
Color information
#7D5AB4 (or 0x7D5AB4) is known color: Blue Marguerite. HEX triplet: 7D, 5A and B4. RGB value is (125,90,180). Sum of RGB (Red+Green+Blue) = 125+90+180=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5AB4 is #82A54B. Grayscale: #6E6E6E. Windows color (decimal): -8561996 or 11819645. OLE color: 11819645.
HSL color Cylindrical-coordinate representation of color #7D5AB4: hue angle of 263.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D5AB4 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 90 | 180 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.29 |
| HSL | 263.33º | 0.38% | 0.53% | - |
| HSV(B) | 263.33º | 0.5% | 0.71% | - |
| XYZ | 20.35 | 14.97 | 45 | - |
| YUV | 110.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 180 | 0.31 | 0.50 | 0 | 0.29 | 263.33 | 0.38 | 0.53 |
| Hex | 7D | 5A | B4 | 1F | 32 | 0 | 1D | 107 | 26 | 35 |
| Octal | 175 | 132 | 264 | 37 | 62 | 0 | 35 | 407 | 46 | 65 |
| Binary | 1111101 | 1011010 | 10110100 | 11111 | 110010 | 0 | 11101 | 100000111 | 100110 | 110101 |
Color Harmonies of #7D5AB4
Complementary color
Monochromatic Colors of #7D5AB4
Black with #7D5AB4
Text Example
Text Example
White with #7D5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5AB4; }
p { color: rgb(125,90,180); }
H1.HeaderClassName
{
color: #7D5AB4;
}
.AnyTagClassName
{
color: #7D5AB4;
}
</style>
background-color css
<style>
a { background-color: #7D5AB4; }
a { background-color: rgb(125,90,180); }
div.DivClassName
{
background-color: #7D5AB4;
}
.BgClassName
{
background-color: #7D5AB4;
}
</style>
border-color css
<style>
span { border-color: #7D5AB4; }
span { border-color: rgb(125,90,180); }
td.TdClassName
{
border-color: #7D5AB4;
}
.TagClassName
{
border-color: #7D5AB4;
}
</style>