Shades of Blue Marguerite #735BAE
Tints of Blue Marguerite #735BAE
RGB
CMYK
RGB Variations
Color information
#735BAE (or 0x735BAE) is known color: Blue Marguerite. HEX triplet: 73, 5B and AE. RGB value is (115,91,174). Sum of RGB (Red+Green+Blue) = 115+91+174=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #735BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735BAE is #8CA451. Grayscale: #6B6B6B. Windows color (decimal): -9217106 or 11426675. OLE color: 11426675.
HSL color Cylindrical-coordinate representation of color #735BAE: hue angle of 257.35º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #735BAE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 91 | 174 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.32 |
| HSL | 257.35º | 0.34% | 0.52% | - |
| HSV(B) | 257.35º | 0.48% | 0.68% | - |
| XYZ | 18.45 | 14.18 | 41.81 | - |
| YUV | 107.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 174 | 0.34 | 0.48 | 0 | 0.32 | 257.35 | 0.34 | 0.52 |
| Hex | 73 | 5B | AE | 22 | 30 | 0 | 20 | 101 | 22 | 34 |
| Octal | 163 | 133 | 256 | 42 | 60 | 0 | 40 | 401 | 42 | 64 |
| Binary | 1110011 | 1011011 | 10101110 | 100010 | 110000 | 0 | 100000 | 100000001 | 100010 | 110100 |
Color Harmonies of #735BAE
Complementary color
Monochromatic Colors of #735BAE
Black with #735BAE
Text Example
Text Example
White with #735BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BAE; }
p { color: rgb(115,91,174); }
H1.HeaderClassName
{
color: #735BAE;
}
.AnyTagClassName
{
color: #735BAE;
}
</style>
background-color css
<style>
a { background-color: #735BAE; }
a { background-color: rgb(115,91,174); }
div.DivClassName
{
background-color: #735BAE;
}
.BgClassName
{
background-color: #735BAE;
}
</style>
border-color css
<style>
span { border-color: #735BAE; }
span { border-color: rgb(115,91,174); }
td.TdClassName
{
border-color: #735BAE;
}
.TagClassName
{
border-color: #735BAE;
}
</style>