Shades of Blue Marguerite #735DB2
Tints of Blue Marguerite #735DB2
RGB
CMYK
RGB Variations
Color information
#735DB2 (or 0x735DB2) is known color: Blue Marguerite. HEX triplet: 73, 5D and B2. RGB value is (115,93,178). Sum of RGB (Red+Green+Blue) = 115+93+178=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #735DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DB2 is #8CA24D. Grayscale: #6C6C6C. Windows color (decimal): -9216590 or 11689331. OLE color: 11689331.
HSL color Cylindrical-coordinate representation of color #735DB2: hue angle of 255.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #735DB2 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 93 | 178 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.30 |
| HSL | 255.53º | 0.36% | 0.53% | - |
| HSV(B) | 255.53º | 0.48% | 0.7% | - |
| XYZ | 19.02 | 14.69 | 43.95 | - |
| YUV | 109.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 178 | 0.35 | 0.48 | 0 | 0.30 | 255.53 | 0.36 | 0.53 |
| Hex | 73 | 5D | B2 | 23 | 30 | 0 | 1E | 100 | 24 | 35 |
| Octal | 163 | 135 | 262 | 43 | 60 | 0 | 36 | 400 | 44 | 65 |
| Binary | 1110011 | 1011101 | 10110010 | 100011 | 110000 | 0 | 11110 | 100000000 | 100100 | 110101 |
Color Harmonies of #735DB2
Complementary color
Monochromatic Colors of #735DB2
Black with #735DB2
Text Example
Text Example
White with #735DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DB2; }
p { color: rgb(115,93,178); }
H1.HeaderClassName
{
color: #735DB2;
}
.AnyTagClassName
{
color: #735DB2;
}
</style>
background-color css
<style>
a { background-color: #735DB2; }
a { background-color: rgb(115,93,178); }
div.DivClassName
{
background-color: #735DB2;
}
.BgClassName
{
background-color: #735DB2;
}
</style>
border-color css
<style>
span { border-color: #735DB2; }
span { border-color: rgb(115,93,178); }
td.TdClassName
{
border-color: #735DB2;
}
.TagClassName
{
border-color: #735DB2;
}
</style>