Shades of Blue Marguerite #7E5CBB
Tints of Blue Marguerite #7E5CBB
RGB
CMYK
RGB Variations
Color information
#7E5CBB (or 0x7E5CBB) is known color: Blue Marguerite. HEX triplet: 7E, 5C and BB. RGB value is (126,92,187). Sum of RGB (Red+Green+Blue) = 126+92+187=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E5CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CBB is #81A344. Grayscale: #707070. Windows color (decimal): -8495941 or 12278910. OLE color: 12278910.
HSL color Cylindrical-coordinate representation of color #7E5CBB: hue angle of 261.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5CBB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 92 | 187 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.27 |
| HSL | 261.47º | 0.41% | 0.55% | - |
| HSV(B) | 261.47º | 0.51% | 0.73% | - |
| XYZ | 21.4 | 15.68 | 48.91 | - |
| YUV | 113 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 187 | 0.33 | 0.51 | 0 | 0.27 | 261.47 | 0.41 | 0.55 |
| Hex | 7E | 5C | BB | 21 | 33 | 0 | 1B | 105 | 29 | 37 |
| Octal | 176 | 134 | 273 | 41 | 63 | 0 | 33 | 405 | 51 | 67 |
| Binary | 1111110 | 1011100 | 10111011 | 100001 | 110011 | 0 | 11011 | 100000101 | 101001 | 110111 |
Color Harmonies of #7E5CBB
Complementary color
Monochromatic Colors of #7E5CBB
Black with #7E5CBB
Text Example
Text Example
White with #7E5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CBB; }
p { color: rgb(126,92,187); }
H1.HeaderClassName
{
color: #7E5CBB;
}
.AnyTagClassName
{
color: #7E5CBB;
}
</style>
background-color css
<style>
a { background-color: #7E5CBB; }
a { background-color: rgb(126,92,187); }
div.DivClassName
{
background-color: #7E5CBB;
}
.BgClassName
{
background-color: #7E5CBB;
}
</style>
border-color css
<style>
span { border-color: #7E5CBB; }
span { border-color: rgb(126,92,187); }
td.TdClassName
{
border-color: #7E5CBB;
}
.TagClassName
{
border-color: #7E5CBB;
}
</style>