Shades of Blue Marguerite #7353B5
Tints of Blue Marguerite #7353B5
RGB
CMYK
RGB Variations
Color information
#7353B5 (or 0x7353B5) is known color: Blue Marguerite. HEX triplet: 73, 53 and B5. RGB value is (115,83,181). Sum of RGB (Red+Green+Blue) = 115+83+181=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #7353B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353B5 is #8CAC4A. Grayscale: #676767. Windows color (decimal): -9219147 or 11883379. OLE color: 11883379.
HSL color Cylindrical-coordinate representation of color #7353B5: hue angle of 259.59º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7353B5 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 83 | 181 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.29 |
| HSL | 259.59º | 0.4% | 0.52% | - |
| HSV(B) | 259.59º | 0.54% | 0.71% | - |
| XYZ | 18.5 | 13.17 | 45.28 | - |
| YUV | 103.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 181 | 0.36 | 0.54 | 0 | 0.29 | 259.59 | 0.4 | 0.52 |
| Hex | 73 | 53 | B5 | 24 | 36 | 0 | 1D | 104 | 28 | 34 |
| Octal | 163 | 123 | 265 | 44 | 66 | 0 | 35 | 404 | 50 | 64 |
| Binary | 1110011 | 1010011 | 10110101 | 100100 | 110110 | 0 | 11101 | 100000100 | 101000 | 110100 |
Color Harmonies of #7353B5
Complementary color
Monochromatic Colors of #7353B5
Black with #7353B5
Text Example
Text Example
White with #7353B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353B5; }
p { color: rgb(115,83,181); }
H1.HeaderClassName
{
color: #7353B5;
}
.AnyTagClassName
{
color: #7353B5;
}
</style>
background-color css
<style>
a { background-color: #7353B5; }
a { background-color: rgb(115,83,181); }
div.DivClassName
{
background-color: #7353B5;
}
.BgClassName
{
background-color: #7353B5;
}
</style>
border-color css
<style>
span { border-color: #7353B5; }
span { border-color: rgb(115,83,181); }
td.TdClassName
{
border-color: #7353B5;
}
.TagClassName
{
border-color: #7353B5;
}
</style>