Shades of Blue Marguerite #7B4DC0
Tints of Blue Marguerite #7B4DC0
RGB
CMYK
RGB Variations
Color information
#7B4DC0 (or 0x7B4DC0) is known color: Blue Marguerite. HEX triplet: 7B, 4D and C0. RGB value is (123,77,192). Sum of RGB (Red+Green+Blue) = 123+77+192=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B4DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4DC0 is #84B23F. Grayscale: #676767. Windows color (decimal): -8696384 or 12602747. OLE color: 12602747.
HSL color Cylindrical-coordinate representation of color #7B4DC0: hue angle of 264º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4DC0 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 77 | 192 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.25 |
| HSL | 264º | 0.48% | 0.53% | - |
| HSV(B) | 264º | 0.6% | 0.75% | - |
| XYZ | 20.34 | 13.32 | 51.37 | - |
| YUV | 103.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 192 | 0.36 | 0.60 | 0 | 0.25 | 264 | 0.48 | 0.53 |
| Hex | 7B | 4D | C0 | 24 | 3C | 0 | 19 | 108 | 30 | 35 |
| Octal | 173 | 115 | 300 | 44 | 74 | 0 | 31 | 410 | 60 | 65 |
| Binary | 1111011 | 1001101 | 11000000 | 100100 | 111100 | 0 | 11001 | 100001000 | 110000 | 110101 |
Color Harmonies of #7B4DC0
Complementary color
Monochromatic Colors of #7B4DC0
Black with #7B4DC0
Text Example
Text Example
White with #7B4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DC0; }
p { color: rgb(123,77,192); }
H1.HeaderClassName
{
color: #7B4DC0;
}
.AnyTagClassName
{
color: #7B4DC0;
}
</style>
background-color css
<style>
a { background-color: #7B4DC0; }
a { background-color: rgb(123,77,192); }
div.DivClassName
{
background-color: #7B4DC0;
}
.BgClassName
{
background-color: #7B4DC0;
}
</style>
border-color css
<style>
span { border-color: #7B4DC0; }
span { border-color: rgb(123,77,192); }
td.TdClassName
{
border-color: #7B4DC0;
}
.TagClassName
{
border-color: #7B4DC0;
}
</style>