Shades of Blue Marguerite #735EBD
Tints of Blue Marguerite #735EBD
RGB
CMYK
RGB Variations
Color information
#735EBD (or 0x735EBD) is known color: Blue Marguerite. HEX triplet: 73, 5E and BD. RGB value is (115,94,189). Sum of RGB (Red+Green+Blue) = 115+94+189=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #735EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EBD is #8CA142. Grayscale: #6E6E6E. Windows color (decimal): -9216323 or 12410483. OLE color: 12410483.
HSL color Cylindrical-coordinate representation of color #735EBD: hue angle of 253.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735EBD is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 94 | 189 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.26 |
| HSL | 253.26º | 0.42% | 0.55% | - |
| HSV(B) | 253.26º | 0.5% | 0.74% | - |
| XYZ | 20.26 | 15.32 | 50.03 | - |
| YUV | 111.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 189 | 0.39 | 0.50 | 0 | 0.26 | 253.26 | 0.42 | 0.55 |
| Hex | 73 | 5E | BD | 27 | 32 | 0 | 1A | FD | 2A | 37 |
| Octal | 163 | 136 | 275 | 47 | 62 | 0 | 32 | 375 | 52 | 67 |
| Binary | 1110011 | 1011110 | 10111101 | 100111 | 110010 | 0 | 11010 | 11111101 | 101010 | 110111 |
Color Harmonies of #735EBD
Complementary color
Monochromatic Colors of #735EBD
Black with #735EBD
Text Example
Text Example
White with #735EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735EBD; }
p { color: rgb(115,94,189); }
H1.HeaderClassName
{
color: #735EBD;
}
.AnyTagClassName
{
color: #735EBD;
}
</style>
background-color css
<style>
a { background-color: #735EBD; }
a { background-color: rgb(115,94,189); }
div.DivClassName
{
background-color: #735EBD;
}
.BgClassName
{
background-color: #735EBD;
}
</style>
border-color css
<style>
span { border-color: #735EBD; }
span { border-color: rgb(115,94,189); }
td.TdClassName
{
border-color: #735EBD;
}
.TagClassName
{
border-color: #735EBD;
}
</style>