Shades of Blue Marguerite #7C5DB4
Tints of Blue Marguerite #7C5DB4
RGB
CMYK
RGB Variations
Color information
#7C5DB4 (or 0x7C5DB4) is known color: Blue Marguerite. HEX triplet: 7C, 5D and B4. RGB value is (124,93,180). Sum of RGB (Red+Green+Blue) = 124+93+180=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DB4 is #83A24B. Grayscale: #6F6F6F. Windows color (decimal): -8626764 or 11820412. OLE color: 11820412.
HSL color Cylindrical-coordinate representation of color #7C5DB4: hue angle of 261.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5DB4 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 93 | 180 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.29 |
| HSL | 261.38º | 0.37% | 0.54% | - |
| HSV(B) | 261.38º | 0.48% | 0.71% | - |
| XYZ | 20.46 | 15.41 | 45.08 | - |
| YUV | 112.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 180 | 0.31 | 0.48 | 0 | 0.29 | 261.38 | 0.37 | 0.54 |
| Hex | 7C | 5D | B4 | 1F | 30 | 0 | 1D | 105 | 25 | 36 |
| Octal | 174 | 135 | 264 | 37 | 60 | 0 | 35 | 405 | 45 | 66 |
| Binary | 1111100 | 1011101 | 10110100 | 11111 | 110000 | 0 | 11101 | 100000101 | 100101 | 110110 |
Color Harmonies of #7C5DB4
Complementary color
Monochromatic Colors of #7C5DB4
Black with #7C5DB4
Text Example
Text Example
White with #7C5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5DB4; }
p { color: rgb(124,93,180); }
H1.HeaderClassName
{
color: #7C5DB4;
}
.AnyTagClassName
{
color: #7C5DB4;
}
</style>
background-color css
<style>
a { background-color: #7C5DB4; }
a { background-color: rgb(124,93,180); }
div.DivClassName
{
background-color: #7C5DB4;
}
.BgClassName
{
background-color: #7C5DB4;
}
</style>
border-color css
<style>
span { border-color: #7C5DB4; }
span { border-color: rgb(124,93,180); }
td.TdClassName
{
border-color: #7C5DB4;
}
.TagClassName
{
border-color: #7C5DB4;
}
</style>