Shades of Blue Marguerite #7B57B7
Tints of Blue Marguerite #7B57B7
RGB
CMYK
RGB Variations
Color information
#7B57B7 (or 0x7B57B7) is known color: Blue Marguerite. HEX triplet: 7B, 57 and B7. RGB value is (123,87,183). Sum of RGB (Red+Green+Blue) = 123+87+183=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B57B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B57B7 is #84A848. Grayscale: #6C6C6C. Windows color (decimal): -8693833 or 12015483. OLE color: 12015483.
HSL color Cylindrical-coordinate representation of color #7B57B7: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B57B7 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 87 | 183 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.28 |
| HSL | 262.5º | 0.4% | 0.53% | - |
| HSV(B) | 262.5º | 0.52% | 0.72% | - |
| XYZ | 20.12 | 14.45 | 46.53 | - |
| YUV | 108.71 | 169.93 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 183 | 0.33 | 0.52 | 0 | 0.28 | 262.5 | 0.4 | 0.53 |
| Hex | 7B | 57 | B7 | 21 | 34 | 0 | 1C | 106 | 28 | 35 |
| Octal | 173 | 127 | 267 | 41 | 64 | 0 | 34 | 406 | 50 | 65 |
| Binary | 1111011 | 1010111 | 10110111 | 100001 | 110100 | 0 | 11100 | 100000110 | 101000 | 110101 |
Color Harmonies of #7B57B7
Complementary color
Monochromatic Colors of #7B57B7
Black with #7B57B7
Text Example
Text Example
White with #7B57B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B57B7; }
p { color: rgb(123,87,183); }
H1.HeaderClassName
{
color: #7B57B7;
}
.AnyTagClassName
{
color: #7B57B7;
}
</style>
background-color css
<style>
a { background-color: #7B57B7; }
a { background-color: rgb(123,87,183); }
div.DivClassName
{
background-color: #7B57B7;
}
.BgClassName
{
background-color: #7B57B7;
}
</style>
border-color css
<style>
span { border-color: #7B57B7; }
span { border-color: rgb(123,87,183); }
td.TdClassName
{
border-color: #7B57B7;
}
.TagClassName
{
border-color: #7B57B7;
}
</style>