Shades of Blue Marguerite #7354BA
Tints of Blue Marguerite #7354BA
RGB
CMYK
RGB Variations
Color information
#7354BA (or 0x7354BA) is known color: Blue Marguerite. HEX triplet: 73, 54 and BA. RGB value is (115,84,186). Sum of RGB (Red+Green+Blue) = 115+84+186=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7354BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354BA is #8CAB45. Grayscale: #686868. Windows color (decimal): -9218886 or 12211315. OLE color: 12211315.
HSL color Cylindrical-coordinate representation of color #7354BA: hue angle of 258.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7354BA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 84 | 186 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.27 |
| HSL | 258.24º | 0.43% | 0.53% | - |
| HSV(B) | 258.24º | 0.55% | 0.73% | - |
| XYZ | 19.1 | 13.53 | 48.06 | - |
| YUV | 104.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 186 | 0.38 | 0.55 | 0 | 0.27 | 258.24 | 0.43 | 0.53 |
| Hex | 73 | 54 | BA | 26 | 37 | 0 | 1B | 102 | 2A | 35 |
| Octal | 163 | 124 | 272 | 46 | 67 | 0 | 33 | 402 | 52 | 65 |
| Binary | 1110011 | 1010100 | 10111010 | 100110 | 110111 | 0 | 11011 | 100000010 | 101010 | 110101 |
Color Harmonies of #7354BA
Complementary color
Monochromatic Colors of #7354BA
Black with #7354BA
Text Example
Text Example
White with #7354BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7354BA; }
p { color: rgb(115,84,186); }
H1.HeaderClassName
{
color: #7354BA;
}
.AnyTagClassName
{
color: #7354BA;
}
</style>
background-color css
<style>
a { background-color: #7354BA; }
a { background-color: rgb(115,84,186); }
div.DivClassName
{
background-color: #7354BA;
}
.BgClassName
{
background-color: #7354BA;
}
</style>
border-color css
<style>
span { border-color: #7354BA; }
span { border-color: rgb(115,84,186); }
td.TdClassName
{
border-color: #7354BA;
}
.TagClassName
{
border-color: #7354BA;
}
</style>