Shades of Blue Marguerite #7B5EBC
Tints of Blue Marguerite #7B5EBC
RGB
CMYK
RGB Variations
Color information
#7B5EBC (or 0x7B5EBC) is known color: Blue Marguerite. HEX triplet: 7B, 5E and BC. RGB value is (123,94,188). Sum of RGB (Red+Green+Blue) = 123+94+188=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5EBC is #84A143. Grayscale: #717171. Windows color (decimal): -8692036 or 12344955. OLE color: 12344955.
HSL color Cylindrical-coordinate representation of color #7B5EBC: hue angle of 258.51º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B5EBC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 123 | 94 | 188 | - |
CMYK | 0.35 | 0.50 | 0 | 0.26 |
HSL | 258.51º | 0.41% | 0.55% | - |
HSV(B) | 258.51º | 0.5% | 0.74% | - |
XYZ | 21.25 | 15.85 | 49.52 | - |
YUV | 113.39 | 170.11 | 134.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 94 | 188 | 0.35 | 0.50 | 0 | 0.26 | 258.51 | 0.41 | 0.55 |
Hex | 7B | 5E | BC | 23 | 32 | 0 | 1A | 103 | 29 | 37 |
Octal | 173 | 136 | 274 | 43 | 62 | 0 | 32 | 403 | 51 | 67 |
Binary | 1111011 | 1011110 | 10111100 | 100011 | 110010 | 0 | 11010 | 100000011 | 101001 | 110111 |
Color Harmonies of #7B5EBC
Complementary color
Monochromatic Colors of #7B5EBC
Black with #7B5EBC
Text Example
Text Example
White with #7B5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5EBC; }
p { color: rgb(123,94,188); }
H1.HeaderClassName
{
color: #7B5EBC;
}
.AnyTagClassName
{
color: #7B5EBC;
}
</style>
background-color css
<style>
a { background-color: #7B5EBC; }
a { background-color: rgb(123,94,188); }
div.DivClassName
{
background-color: #7B5EBC;
}
.BgClassName
{
background-color: #7B5EBC;
}
</style>
border-color css
<style>
span { border-color: #7B5EBC; }
span { border-color: rgb(123,94,188); }
td.TdClassName
{
border-color: #7B5EBC;
}
.TagClassName
{
border-color: #7B5EBC;
}
</style>