Shades of Blue Marguerite #755CB9
Tints of Blue Marguerite #755CB9
RGB
CMYK
RGB Variations
Color information
#755CB9 (or 0x755CB9) is known color: Blue Marguerite. HEX triplet: 75, 5C and B9. RGB value is (117,92,185). Sum of RGB (Red+Green+Blue) = 117+92+185=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #755CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CB9 is #8AA346. Grayscale: #6D6D6D. Windows color (decimal): -9085767 or 12147829. OLE color: 12147829.
HSL color Cylindrical-coordinate representation of color #755CB9: hue angle of 256.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755CB9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 92 | 185 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.27 |
| HSL | 256.13º | 0.4% | 0.54% | - |
| HSV(B) | 256.13º | 0.5% | 0.73% | - |
| XYZ | 19.92 | 14.94 | 47.73 | - |
| YUV | 110.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 185 | 0.37 | 0.50 | 0 | 0.27 | 256.13 | 0.4 | 0.54 |
| Hex | 75 | 5C | B9 | 25 | 32 | 0 | 1B | 100 | 28 | 36 |
| Octal | 165 | 134 | 271 | 45 | 62 | 0 | 33 | 400 | 50 | 66 |
| Binary | 1110101 | 1011100 | 10111001 | 100101 | 110010 | 0 | 11011 | 100000000 | 101000 | 110110 |
Color Harmonies of #755CB9
Complementary color
Monochromatic Colors of #755CB9
Black with #755CB9
Text Example
Text Example
White with #755CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CB9; }
p { color: rgb(117,92,185); }
H1.HeaderClassName
{
color: #755CB9;
}
.AnyTagClassName
{
color: #755CB9;
}
</style>
background-color css
<style>
a { background-color: #755CB9; }
a { background-color: rgb(117,92,185); }
div.DivClassName
{
background-color: #755CB9;
}
.BgClassName
{
background-color: #755CB9;
}
</style>
border-color css
<style>
span { border-color: #755CB9; }
span { border-color: rgb(117,92,185); }
td.TdClassName
{
border-color: #755CB9;
}
.TagClassName
{
border-color: #755CB9;
}
</style>