Shades of Blue Marguerite #7E5BB8
Tints of Blue Marguerite #7E5BB8
RGB
CMYK
RGB Variations
Color information
#7E5BB8 (or 0x7E5BB8) is known color: Blue Marguerite. HEX triplet: 7E, 5B and B8. RGB value is (126,91,184). Sum of RGB (Red+Green+Blue) = 126+91+184=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 184 - color contains mainly: blue. Hex color #7E5BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BB8 is #81A447. Grayscale: #6F6F6F. Windows color (decimal): -8496200 or 12082046. OLE color: 12082046.
HSL color Cylindrical-coordinate representation of color #7E5BB8: hue angle of 262.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5BB8 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 91 | 184 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.28 |
| HSL | 262.58º | 0.4% | 0.54% | - |
| HSV(B) | 262.58º | 0.51% | 0.72% | - |
| XYZ | 21 | 15.38 | 47.21 | - |
| YUV | 112.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 184 | 0.32 | 0.51 | 0 | 0.28 | 262.58 | 0.4 | 0.54 |
| Hex | 7E | 5B | B8 | 20 | 33 | 0 | 1C | 107 | 28 | 36 |
| Octal | 176 | 133 | 270 | 40 | 63 | 0 | 34 | 407 | 50 | 66 |
| Binary | 1111110 | 1011011 | 10111000 | 100000 | 110011 | 0 | 11100 | 100000111 | 101000 | 110110 |
Color Harmonies of #7E5BB8
Complementary color
Monochromatic Colors of #7E5BB8
Black with #7E5BB8
Text Example
Text Example
White with #7E5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5BB8; }
p { color: rgb(126,91,184); }
H1.HeaderClassName
{
color: #7E5BB8;
}
.AnyTagClassName
{
color: #7E5BB8;
}
</style>
background-color css
<style>
a { background-color: #7E5BB8; }
a { background-color: rgb(126,91,184); }
div.DivClassName
{
background-color: #7E5BB8;
}
.BgClassName
{
background-color: #7E5BB8;
}
</style>
border-color css
<style>
span { border-color: #7E5BB8; }
span { border-color: rgb(126,91,184); }
td.TdClassName
{
border-color: #7E5BB8;
}
.TagClassName
{
border-color: #7E5BB8;
}
</style>