Shades of Blue Marguerite #735DBE
Tints of Blue Marguerite #735DBE
RGB
CMYK
RGB Variations
Color information
#735DBE (or 0x735DBE) is known color: Blue Marguerite. HEX triplet: 73, 5D and BE. RGB value is (115,93,190). Sum of RGB (Red+Green+Blue) = 115+93+190=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #735DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBE is #8CA241. Grayscale: #6E6E6E. Windows color (decimal): -9216578 or 12475763. OLE color: 12475763.
HSL color Cylindrical-coordinate representation of color #735DBE: hue angle of 253.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735DBE is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 93 | 190 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.25 |
| HSL | 253.61º | 0.43% | 0.55% | - |
| HSV(B) | 253.61º | 0.51% | 0.75% | - |
| XYZ | 20.28 | 15.19 | 50.58 | - |
| YUV | 110.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 190 | 0.39 | 0.51 | 0 | 0.25 | 253.61 | 0.43 | 0.55 |
| Hex | 73 | 5D | BE | 27 | 33 | 0 | 19 | FE | 2B | 37 |
| Octal | 163 | 135 | 276 | 47 | 63 | 0 | 31 | 376 | 53 | 67 |
| Binary | 1110011 | 1011101 | 10111110 | 100111 | 110011 | 0 | 11001 | 11111110 | 101011 | 110111 |
Color Harmonies of #735DBE
Complementary color
Monochromatic Colors of #735DBE
Black with #735DBE
Text Example
Text Example
White with #735DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DBE; }
p { color: rgb(115,93,190); }
H1.HeaderClassName
{
color: #735DBE;
}
.AnyTagClassName
{
color: #735DBE;
}
</style>
background-color css
<style>
a { background-color: #735DBE; }
a { background-color: rgb(115,93,190); }
div.DivClassName
{
background-color: #735DBE;
}
.BgClassName
{
background-color: #735DBE;
}
</style>
border-color css
<style>
span { border-color: #735DBE; }
span { border-color: rgb(115,93,190); }
td.TdClassName
{
border-color: #735DBE;
}
.TagClassName
{
border-color: #735DBE;
}
</style>