Shades of Blue Marguerite #7E5ABB
Tints of Blue Marguerite #7E5ABB
RGB
CMYK
RGB Variations
Color information
#7E5ABB (or 0x7E5ABB) is known color: Blue Marguerite. HEX triplet: 7E, 5A and BB. RGB value is (126,90,187). Sum of RGB (Red+Green+Blue) = 126+90+187=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ABB is #81A544. Grayscale: #6F6F6F. Windows color (decimal): -8496453 or 12278398. OLE color: 12278398.
HSL color Cylindrical-coordinate representation of color #7E5ABB: hue angle of 262.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E5ABB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 90 | 187 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.27 |
| HSL | 262.27º | 0.42% | 0.54% | - |
| HSV(B) | 262.27º | 0.52% | 0.73% | - |
| XYZ | 21.23 | 15.34 | 48.85 | - |
| YUV | 111.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 187 | 0.33 | 0.52 | 0 | 0.27 | 262.27 | 0.42 | 0.54 |
| Hex | 7E | 5A | BB | 21 | 34 | 0 | 1B | 106 | 2A | 36 |
| Octal | 176 | 132 | 273 | 41 | 64 | 0 | 33 | 406 | 52 | 66 |
| Binary | 1111110 | 1011010 | 10111011 | 100001 | 110100 | 0 | 11011 | 100000110 | 101010 | 110110 |
Color Harmonies of #7E5ABB
Complementary color
Monochromatic Colors of #7E5ABB
Black with #7E5ABB
Text Example
Text Example
White with #7E5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5ABB; }
p { color: rgb(126,90,187); }
H1.HeaderClassName
{
color: #7E5ABB;
}
.AnyTagClassName
{
color: #7E5ABB;
}
</style>
background-color css
<style>
a { background-color: #7E5ABB; }
a { background-color: rgb(126,90,187); }
div.DivClassName
{
background-color: #7E5ABB;
}
.BgClassName
{
background-color: #7E5ABB;
}
</style>
border-color css
<style>
span { border-color: #7E5ABB; }
span { border-color: rgb(126,90,187); }
td.TdClassName
{
border-color: #7E5ABB;
}
.TagClassName
{
border-color: #7E5ABB;
}
</style>