Shades of Blue Marguerite #7E5AB4
Tints of Blue Marguerite #7E5AB4
RGB
CMYK
RGB Variations
Color information
#7E5AB4 (or 0x7E5AB4) is known color: Blue Marguerite. HEX triplet: 7E, 5A and B4. RGB value is (126,90,180). Sum of RGB (Red+Green+Blue) = 126+90+180=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5AB4 is #81A54B. Grayscale: #6E6E6E. Windows color (decimal): -8496460 or 11819646. OLE color: 11819646.
HSL color Cylindrical-coordinate representation of color #7E5AB4: hue angle of 264º 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 #7E5AB4 is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 90 | 180 | - |
| CMYK | 0.3 | 0.50 | 0 | 0.29 |
| HSL | 264º | 0.38% | 0.53% | - |
| HSV(B) | 264º | 0.5% | 0.71% | - |
| XYZ | 20.5 | 15.04 | 45 | - |
| YUV | 111.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 180 | 0.3 | 0.50 | 0 | 0.29 | 264 | 0.38 | 0.53 |
| Hex | 7E | 5A | B4 | 1E | 32 | 0 | 1D | 108 | 26 | 35 |
| Octal | 176 | 132 | 264 | 36 | 62 | 0 | 35 | 410 | 46 | 65 |
| Binary | 1111110 | 1011010 | 10110100 | 11110 | 110010 | 0 | 11101 | 100001000 | 100110 | 110101 |
Color Harmonies of #7E5AB4
Complementary color
Monochromatic Colors of #7E5AB4
Black with #7E5AB4
Text Example
Text Example
White with #7E5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AB4; }
p { color: rgb(126,90,180); }
H1.HeaderClassName
{
color: #7E5AB4;
}
.AnyTagClassName
{
color: #7E5AB4;
}
</style>
background-color css
<style>
a { background-color: #7E5AB4; }
a { background-color: rgb(126,90,180); }
div.DivClassName
{
background-color: #7E5AB4;
}
.BgClassName
{
background-color: #7E5AB4;
}
</style>
border-color css
<style>
span { border-color: #7E5AB4; }
span { border-color: rgb(126,90,180); }
td.TdClassName
{
border-color: #7E5AB4;
}
.TagClassName
{
border-color: #7E5AB4;
}
</style>