Shades of Blue Marguerite #735CBB
Tints of Blue Marguerite #735CBB
RGB
CMYK
RGB Variations
Color information
#735CBB (or 0x735CBB) is known color: Blue Marguerite. HEX triplet: 73, 5C and BB. RGB value is (115,92,187). Sum of RGB (Red+Green+Blue) = 115+92+187=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #735CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBB is #8CA344. Grayscale: #6D6D6D. Windows color (decimal): -9216837 or 12278899. OLE color: 12278899.
HSL color Cylindrical-coordinate representation of color #735CBB: hue angle of 254.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735CBB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 92 | 187 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.27 |
| HSL | 254.53º | 0.41% | 0.55% | - |
| HSV(B) | 254.53º | 0.51% | 0.73% | - |
| XYZ | 19.87 | 14.89 | 48.84 | - |
| YUV | 109.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 187 | 0.39 | 0.51 | 0 | 0.27 | 254.53 | 0.41 | 0.55 |
| Hex | 73 | 5C | BB | 27 | 33 | 0 | 1B | FF | 29 | 37 |
| Octal | 163 | 134 | 273 | 47 | 63 | 0 | 33 | 377 | 51 | 67 |
| Binary | 1110011 | 1011100 | 10111011 | 100111 | 110011 | 0 | 11011 | 11111111 | 101001 | 110111 |
Color Harmonies of #735CBB
Complementary color
Monochromatic Colors of #735CBB
Black with #735CBB
Text Example
Text Example
White with #735CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CBB; }
p { color: rgb(115,92,187); }
H1.HeaderClassName
{
color: #735CBB;
}
.AnyTagClassName
{
color: #735CBB;
}
</style>
background-color css
<style>
a { background-color: #735CBB; }
a { background-color: rgb(115,92,187); }
div.DivClassName
{
background-color: #735CBB;
}
.BgClassName
{
background-color: #735CBB;
}
</style>
border-color css
<style>
span { border-color: #735CBB; }
span { border-color: rgb(115,92,187); }
td.TdClassName
{
border-color: #735CBB;
}
.TagClassName
{
border-color: #735CBB;
}
</style>