Shades of Blue Marguerite #735DBB
Tints of Blue Marguerite #735DBB
RGB
CMYK
RGB Variations
Color information
#735DBB (or 0x735DBB) is known color: Blue Marguerite. HEX triplet: 73, 5D and BB. RGB value is (115,93,187). Sum of RGB (Red+Green+Blue) = 115+93+187=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #735DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBB is #8CA244. Grayscale: #6D6D6D. Windows color (decimal): -9216581 or 12279155. OLE color: 12279155.
HSL color Cylindrical-coordinate representation of color #735DBB: hue angle of 254.04º degrees, saturation: 0.41, 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 #735DBB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 93 | 187 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.27 |
| HSL | 254.04º | 0.41% | 0.55% | - |
| HSV(B) | 254.04º | 0.5% | 0.73% | - |
| XYZ | 19.95 | 15.06 | 48.87 | - |
| YUV | 110.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 187 | 0.39 | 0.50 | 0 | 0.27 | 254.04 | 0.41 | 0.55 |
| Hex | 73 | 5D | BB | 27 | 32 | 0 | 1B | FE | 29 | 37 |
| Octal | 163 | 135 | 273 | 47 | 62 | 0 | 33 | 376 | 51 | 67 |
| Binary | 1110011 | 1011101 | 10111011 | 100111 | 110010 | 0 | 11011 | 11111110 | 101001 | 110111 |
Color Harmonies of #735DBB
Complementary color
Monochromatic Colors of #735DBB
Black with #735DBB
Text Example
Text Example
White with #735DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DBB; }
p { color: rgb(115,93,187); }
H1.HeaderClassName
{
color: #735DBB;
}
.AnyTagClassName
{
color: #735DBB;
}
</style>
background-color css
<style>
a { background-color: #735DBB; }
a { background-color: rgb(115,93,187); }
div.DivClassName
{
background-color: #735DBB;
}
.BgClassName
{
background-color: #735DBB;
}
</style>
border-color css
<style>
span { border-color: #735DBB; }
span { border-color: rgb(115,93,187); }
td.TdClassName
{
border-color: #735DBB;
}
.TagClassName
{
border-color: #735DBB;
}
</style>