Shades of Blue Marguerite #735DB9
Tints of Blue Marguerite #735DB9
RGB
CMYK
RGB Variations
Color information
#735DB9 (or 0x735DB9) is known color: Blue Marguerite. HEX triplet: 73, 5D and B9. RGB value is (115,93,185). Sum of RGB (Red+Green+Blue) = 115+93+185=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #735DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DB9 is #8CA246. Grayscale: #6D6D6D. Windows color (decimal): -9216583 or 12148083. OLE color: 12148083.
HSL color Cylindrical-coordinate representation of color #735DB9: hue angle of 254.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735DB9 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 93 | 185 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.27 |
| HSL | 254.35º | 0.4% | 0.55% | - |
| HSV(B) | 254.35º | 0.5% | 0.73% | - |
| XYZ | 19.74 | 14.98 | 47.75 | - |
| YUV | 110.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 185 | 0.38 | 0.50 | 0 | 0.27 | 254.35 | 0.4 | 0.55 |
| Hex | 73 | 5D | B9 | 26 | 32 | 0 | 1B | FE | 28 | 37 |
| Octal | 163 | 135 | 271 | 46 | 62 | 0 | 33 | 376 | 50 | 67 |
| Binary | 1110011 | 1011101 | 10111001 | 100110 | 110010 | 0 | 11011 | 11111110 | 101000 | 110111 |
Color Harmonies of #735DB9
Complementary color
Monochromatic Colors of #735DB9
Black with #735DB9
Text Example
Text Example
White with #735DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DB9; }
p { color: rgb(115,93,185); }
H1.HeaderClassName
{
color: #735DB9;
}
.AnyTagClassName
{
color: #735DB9;
}
</style>
background-color css
<style>
a { background-color: #735DB9; }
a { background-color: rgb(115,93,185); }
div.DivClassName
{
background-color: #735DB9;
}
.BgClassName
{
background-color: #735DB9;
}
</style>
border-color css
<style>
span { border-color: #735DB9; }
span { border-color: rgb(115,93,185); }
td.TdClassName
{
border-color: #735DB9;
}
.TagClassName
{
border-color: #735DB9;
}
</style>