Shades of Blue Marguerite #7350B5
Tints of Blue Marguerite #7350B5
RGB
CMYK
RGB Variations
Color information
#7350B5 (or 0x7350B5) is known color: Blue Marguerite. HEX triplet: 73, 50 and B5. RGB value is (115,80,181). Sum of RGB (Red+Green+Blue) = 115+80+181=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #7350B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350B5 is #8CAF4A. Grayscale: #656565. Windows color (decimal): -9219915 or 11882611. OLE color: 11882611.
HSL color Cylindrical-coordinate representation of color #7350B5: hue angle of 260.79º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7350B5 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 80 | 181 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.29 |
| HSL | 260.79º | 0.41% | 0.51% | - |
| HSV(B) | 260.79º | 0.56% | 0.71% | - |
| XYZ | 18.28 | 12.72 | 45.21 | - |
| YUV | 101.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 181 | 0.36 | 0.56 | 0 | 0.29 | 260.79 | 0.41 | 0.51 |
| Hex | 73 | 50 | B5 | 24 | 38 | 0 | 1D | 105 | 29 | 33 |
| Octal | 163 | 120 | 265 | 44 | 70 | 0 | 35 | 405 | 51 | 63 |
| Binary | 1110011 | 1010000 | 10110101 | 100100 | 111000 | 0 | 11101 | 100000101 | 101001 | 110011 |
Color Harmonies of #7350B5
Complementary color
Monochromatic Colors of #7350B5
Black with #7350B5
Text Example
Text Example
White with #7350B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350B5; }
p { color: rgb(115,80,181); }
H1.HeaderClassName
{
color: #7350B5;
}
.AnyTagClassName
{
color: #7350B5;
}
</style>
background-color css
<style>
a { background-color: #7350B5; }
a { background-color: rgb(115,80,181); }
div.DivClassName
{
background-color: #7350B5;
}
.BgClassName
{
background-color: #7350B5;
}
</style>
border-color css
<style>
span { border-color: #7350B5; }
span { border-color: rgb(115,80,181); }
td.TdClassName
{
border-color: #7350B5;
}
.TagClassName
{
border-color: #7350B5;
}
</style>