Shades of Blue Marguerite #755EBB
Tints of Blue Marguerite #755EBB
RGB
CMYK
RGB Variations
Color information
#755EBB (or 0x755EBB) is known color: Blue Marguerite. HEX triplet: 75, 5E and BB. RGB value is (117,94,187). Sum of RGB (Red+Green+Blue) = 117+94+187=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #755EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EBB is #8AA144. Grayscale: #6F6F6F. Windows color (decimal): -9085253 or 12279413. OLE color: 12279413.
HSL color Cylindrical-coordinate representation of color #755EBB: hue angle of 254.84º 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 #755EBB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 94 | 187 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.27 |
| HSL | 254.84º | 0.41% | 0.55% | - |
| HSV(B) | 254.84º | 0.5% | 0.73% | - |
| XYZ | 20.31 | 15.38 | 48.91 | - |
| YUV | 111.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 187 | 0.37 | 0.50 | 0 | 0.27 | 254.84 | 0.41 | 0.55 |
| Hex | 75 | 5E | BB | 25 | 32 | 0 | 1B | FF | 29 | 37 |
| Octal | 165 | 136 | 273 | 45 | 62 | 0 | 33 | 377 | 51 | 67 |
| Binary | 1110101 | 1011110 | 10111011 | 100101 | 110010 | 0 | 11011 | 11111111 | 101001 | 110111 |
Color Harmonies of #755EBB
Complementary color
Monochromatic Colors of #755EBB
Black with #755EBB
Text Example
Text Example
White with #755EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EBB; }
p { color: rgb(117,94,187); }
H1.HeaderClassName
{
color: #755EBB;
}
.AnyTagClassName
{
color: #755EBB;
}
</style>
background-color css
<style>
a { background-color: #755EBB; }
a { background-color: rgb(117,94,187); }
div.DivClassName
{
background-color: #755EBB;
}
.BgClassName
{
background-color: #755EBB;
}
</style>
border-color css
<style>
span { border-color: #755EBB; }
span { border-color: rgb(117,94,187); }
td.TdClassName
{
border-color: #755EBB;
}
.TagClassName
{
border-color: #755EBB;
}
</style>