Shades of Blue Marguerite #735EBF
Tints of Blue Marguerite #735EBF
RGB
CMYK
RGB Variations
Color information
#735EBF (or 0x735EBF) is known color: Blue Marguerite. HEX triplet: 73, 5E and BF. RGB value is (115,94,191). Sum of RGB (Red+Green+Blue) = 115+94+191=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #735EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EBF is #8CA140. Grayscale: #6E6E6E. Windows color (decimal): -9216321 or 12541555. OLE color: 12541555.
HSL color Cylindrical-coordinate representation of color #735EBF: hue angle of 252.99º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735EBF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 94 | 191 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.25 |
| HSL | 252.99º | 0.43% | 0.56% | - |
| HSV(B) | 252.99º | 0.51% | 0.75% | - |
| XYZ | 20.48 | 15.41 | 51.19 | - |
| YUV | 111.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 191 | 0.40 | 0.51 | 0 | 0.25 | 252.99 | 0.43 | 0.56 |
| Hex | 73 | 5E | BF | 28 | 33 | 0 | 19 | FD | 2B | 38 |
| Octal | 163 | 136 | 277 | 50 | 63 | 0 | 31 | 375 | 53 | 70 |
| Binary | 1110011 | 1011110 | 10111111 | 101000 | 110011 | 0 | 11001 | 11111101 | 101011 | 111000 |
Color Harmonies of #735EBF
Complementary color
Monochromatic Colors of #735EBF
Black with #735EBF
Text Example
Text Example
White with #735EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735EBF; }
p { color: rgb(115,94,191); }
H1.HeaderClassName
{
color: #735EBF;
}
.AnyTagClassName
{
color: #735EBF;
}
</style>
background-color css
<style>
a { background-color: #735EBF; }
a { background-color: rgb(115,94,191); }
div.DivClassName
{
background-color: #735EBF;
}
.BgClassName
{
background-color: #735EBF;
}
</style>
border-color css
<style>
span { border-color: #735EBF; }
span { border-color: rgb(115,94,191); }
td.TdClassName
{
border-color: #735EBF;
}
.TagClassName
{
border-color: #735EBF;
}
</style>