Shades of Blue Marguerite #755EB5
Tints of Blue Marguerite #755EB5
RGB
CMYK
RGB Variations
Color information
#755EB5 (or 0x755EB5) is known color: Blue Marguerite. HEX triplet: 75, 5E and B5. RGB value is (117,94,181). Sum of RGB (Red+Green+Blue) = 117+94+181=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #755EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EB5 is #8AA14A. Grayscale: #6E6E6E. Windows color (decimal): -9085259 or 11886197. OLE color: 11886197.
HSL color Cylindrical-coordinate representation of color #755EB5: hue angle of 255.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755EB5 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 94 | 181 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.29 |
| HSL | 255.86º | 0.37% | 0.54% | - |
| HSV(B) | 255.86º | 0.48% | 0.71% | - |
| XYZ | 19.68 | 15.12 | 45.6 | - |
| YUV | 110.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 181 | 0.35 | 0.48 | 0 | 0.29 | 255.86 | 0.37 | 0.54 |
| Hex | 75 | 5E | B5 | 23 | 30 | 0 | 1D | 100 | 25 | 36 |
| Octal | 165 | 136 | 265 | 43 | 60 | 0 | 35 | 400 | 45 | 66 |
| Binary | 1110101 | 1011110 | 10110101 | 100011 | 110000 | 0 | 11101 | 100000000 | 100101 | 110110 |
Color Harmonies of #755EB5
Complementary color
Monochromatic Colors of #755EB5
Black with #755EB5
Text Example
Text Example
White with #755EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EB5; }
p { color: rgb(117,94,181); }
H1.HeaderClassName
{
color: #755EB5;
}
.AnyTagClassName
{
color: #755EB5;
}
</style>
background-color css
<style>
a { background-color: #755EB5; }
a { background-color: rgb(117,94,181); }
div.DivClassName
{
background-color: #755EB5;
}
.BgClassName
{
background-color: #755EB5;
}
</style>
border-color css
<style>
span { border-color: #755EB5; }
span { border-color: rgb(117,94,181); }
td.TdClassName
{
border-color: #755EB5;
}
.TagClassName
{
border-color: #755EB5;
}
</style>