Shades of Blue Marguerite #7B4EC0
Tints of Blue Marguerite #7B4EC0
RGB
CMYK
RGB Variations
Color information
#7B4EC0 (or 0x7B4EC0) is known color: Blue Marguerite. HEX triplet: 7B, 4E and C0. RGB value is (123,78,192). Sum of RGB (Red+Green+Blue) = 123+78+192=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4EC0 is #84B13F. Grayscale: #686868. Windows color (decimal): -8696128 or 12603003. OLE color: 12603003.
HSL color Cylindrical-coordinate representation of color #7B4EC0: hue angle of 263.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B4EC0 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 78 | 192 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.25 |
| HSL | 263.68º | 0.48% | 0.53% | - |
| HSV(B) | 263.68º | 0.59% | 0.75% | - |
| XYZ | 20.41 | 13.47 | 51.39 | - |
| YUV | 104.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 192 | 0.36 | 0.59 | 0 | 0.25 | 263.68 | 0.48 | 0.53 |
| Hex | 7B | 4E | C0 | 24 | 3B | 0 | 19 | 108 | 30 | 35 |
| Octal | 173 | 116 | 300 | 44 | 73 | 0 | 31 | 410 | 60 | 65 |
| Binary | 1111011 | 1001110 | 11000000 | 100100 | 111011 | 0 | 11001 | 100001000 | 110000 | 110101 |
Color Harmonies of #7B4EC0
Complementary color
Monochromatic Colors of #7B4EC0
Black with #7B4EC0
Text Example
Text Example
White with #7B4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4EC0; }
p { color: rgb(123,78,192); }
H1.HeaderClassName
{
color: #7B4EC0;
}
.AnyTagClassName
{
color: #7B4EC0;
}
</style>
background-color css
<style>
a { background-color: #7B4EC0; }
a { background-color: rgb(123,78,192); }
div.DivClassName
{
background-color: #7B4EC0;
}
.BgClassName
{
background-color: #7B4EC0;
}
</style>
border-color css
<style>
span { border-color: #7B4EC0; }
span { border-color: rgb(123,78,192); }
td.TdClassName
{
border-color: #7B4EC0;
}
.TagClassName
{
border-color: #7B4EC0;
}
</style>