Shades of Blue Marguerite #7B53BD
Tints of Blue Marguerite #7B53BD
RGB
CMYK
RGB Variations
Color information
#7B53BD (or 0x7B53BD) is known color: Blue Marguerite. HEX triplet: 7B, 53 and BD. RGB value is (123,83,189). Sum of RGB (Red+Green+Blue) = 123+83+189=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B53BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53BD is #84AC42. Grayscale: #6A6A6A. Windows color (decimal): -8694851 or 12407675. OLE color: 12407675.
HSL color Cylindrical-coordinate representation of color #7B53BD: hue angle of 262.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B53BD is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 83 | 189 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.26 |
| HSL | 262.64º | 0.45% | 0.53% | - |
| HSV(B) | 262.64º | 0.56% | 0.74% | - |
| XYZ | 20.45 | 14.07 | 49.78 | - |
| YUV | 107.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 189 | 0.35 | 0.56 | 0 | 0.26 | 262.64 | 0.45 | 0.53 |
| Hex | 7B | 53 | BD | 23 | 38 | 0 | 1A | 107 | 2D | 35 |
| Octal | 173 | 123 | 275 | 43 | 70 | 0 | 32 | 407 | 55 | 65 |
| Binary | 1111011 | 1010011 | 10111101 | 100011 | 111000 | 0 | 11010 | 100000111 | 101101 | 110101 |
Color Harmonies of #7B53BD
Complementary color
Monochromatic Colors of #7B53BD
Black with #7B53BD
Text Example
Text Example
White with #7B53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B53BD; }
p { color: rgb(123,83,189); }
H1.HeaderClassName
{
color: #7B53BD;
}
.AnyTagClassName
{
color: #7B53BD;
}
</style>
background-color css
<style>
a { background-color: #7B53BD; }
a { background-color: rgb(123,83,189); }
div.DivClassName
{
background-color: #7B53BD;
}
.BgClassName
{
background-color: #7B53BD;
}
</style>
border-color css
<style>
span { border-color: #7B53BD; }
span { border-color: rgb(123,83,189); }
td.TdClassName
{
border-color: #7B53BD;
}
.TagClassName
{
border-color: #7B53BD;
}
</style>