Shades of Blue Marguerite #735ABA
Tints of Blue Marguerite #735ABA
RGB
CMYK
RGB Variations
Color information
#735ABA (or 0x735ABA) is known color: Blue Marguerite. HEX triplet: 73, 5A and BA. RGB value is (115,90,186). Sum of RGB (Red+Green+Blue) = 115+90+186=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #735ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ABA is #8CA545. Grayscale: #6C6C6C. Windows color (decimal): -9217350 or 12212851. OLE color: 12212851.
HSL color Cylindrical-coordinate representation of color #735ABA: hue angle of 255.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #735ABA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 90 | 186 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.27 |
| HSL | 255.63º | 0.41% | 0.54% | - |
| HSV(B) | 255.63º | 0.52% | 0.73% | - |
| XYZ | 19.59 | 14.5 | 48.22 | - |
| YUV | 108.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 186 | 0.38 | 0.52 | 0 | 0.27 | 255.63 | 0.41 | 0.54 |
| Hex | 73 | 5A | BA | 26 | 34 | 0 | 1B | 100 | 29 | 36 |
| Octal | 163 | 132 | 272 | 46 | 64 | 0 | 33 | 400 | 51 | 66 |
| Binary | 1110011 | 1011010 | 10111010 | 100110 | 110100 | 0 | 11011 | 100000000 | 101001 | 110110 |
Color Harmonies of #735ABA
Complementary color
Monochromatic Colors of #735ABA
Black with #735ABA
Text Example
Text Example
White with #735ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ABA; }
p { color: rgb(115,90,186); }
H1.HeaderClassName
{
color: #735ABA;
}
.AnyTagClassName
{
color: #735ABA;
}
</style>
background-color css
<style>
a { background-color: #735ABA; }
a { background-color: rgb(115,90,186); }
div.DivClassName
{
background-color: #735ABA;
}
.BgClassName
{
background-color: #735ABA;
}
</style>
border-color css
<style>
span { border-color: #735ABA; }
span { border-color: rgb(115,90,186); }
td.TdClassName
{
border-color: #735ABA;
}
.TagClassName
{
border-color: #735ABA;
}
</style>