Shades of Blue Marguerite #735EBA
Tints of Blue Marguerite #735EBA
RGB
CMYK
RGB Variations
Color information
#735EBA (or 0x735EBA) is known color: Blue Marguerite. HEX triplet: 73, 5E and BA. RGB value is (115,94,186). Sum of RGB (Red+Green+Blue) = 115+94+186=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #735EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EBA is #8CA145. Grayscale: #6E6E6E. Windows color (decimal): -9216326 or 12213875. OLE color: 12213875.
HSL color Cylindrical-coordinate representation of color #735EBA: hue angle of 253.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735EBA is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 94 | 186 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.27 |
| HSL | 253.7º | 0.4% | 0.55% | - |
| HSV(B) | 253.7º | 0.49% | 0.73% | - |
| XYZ | 19.94 | 15.2 | 48.34 | - |
| YUV | 110.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 186 | 0.38 | 0.49 | 0 | 0.27 | 253.7 | 0.4 | 0.55 |
| Hex | 73 | 5E | BA | 26 | 31 | 0 | 1B | FE | 28 | 37 |
| Octal | 163 | 136 | 272 | 46 | 61 | 0 | 33 | 376 | 50 | 67 |
| Binary | 1110011 | 1011110 | 10111010 | 100110 | 110001 | 0 | 11011 | 11111110 | 101000 | 110111 |
Color Harmonies of #735EBA
Complementary color
Monochromatic Colors of #735EBA
Black with #735EBA
Text Example
Text Example
White with #735EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735EBA; }
p { color: rgb(115,94,186); }
H1.HeaderClassName
{
color: #735EBA;
}
.AnyTagClassName
{
color: #735EBA;
}
</style>
background-color css
<style>
a { background-color: #735EBA; }
a { background-color: rgb(115,94,186); }
div.DivClassName
{
background-color: #735EBA;
}
.BgClassName
{
background-color: #735EBA;
}
</style>
border-color css
<style>
span { border-color: #735EBA; }
span { border-color: rgb(115,94,186); }
td.TdClassName
{
border-color: #735EBA;
}
.TagClassName
{
border-color: #735EBA;
}
</style>