Shades of Blue Marguerite #755BBF
Tints of Blue Marguerite #755BBF
RGB
CMYK
RGB Variations
Color information
#755BBF (or 0x755BBF) is known color: Blue Marguerite. HEX triplet: 75, 5B and BF. RGB value is (117,91,191). Sum of RGB (Red+Green+Blue) = 117+91+191=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #755BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBF is #8AA440. Grayscale: #6D6D6D. Windows color (decimal): -9086017 or 12540789. OLE color: 12540789.
HSL color Cylindrical-coordinate representation of color #755BBF: hue angle of 255.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755BBF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 91 | 191 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.25 |
| HSL | 255.6º | 0.44% | 0.55% | - |
| HSV(B) | 255.6º | 0.52% | 0.75% | - |
| XYZ | 20.48 | 15.03 | 51.11 | - |
| YUV | 110.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 191 | 0.39 | 0.52 | 0 | 0.25 | 255.6 | 0.44 | 0.55 |
| Hex | 75 | 5B | BF | 27 | 34 | 0 | 19 | 100 | 2C | 37 |
| Octal | 165 | 133 | 277 | 47 | 64 | 0 | 31 | 400 | 54 | 67 |
| Binary | 1110101 | 1011011 | 10111111 | 100111 | 110100 | 0 | 11001 | 100000000 | 101100 | 110111 |
Color Harmonies of #755BBF
Complementary color
Monochromatic Colors of #755BBF
Black with #755BBF
Text Example
Text Example
White with #755BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BBF; }
p { color: rgb(117,91,191); }
H1.HeaderClassName
{
color: #755BBF;
}
.AnyTagClassName
{
color: #755BBF;
}
</style>
background-color css
<style>
a { background-color: #755BBF; }
a { background-color: rgb(117,91,191); }
div.DivClassName
{
background-color: #755BBF;
}
.BgClassName
{
background-color: #755BBF;
}
</style>
border-color css
<style>
span { border-color: #755BBF; }
span { border-color: rgb(117,91,191); }
td.TdClassName
{
border-color: #755BBF;
}
.TagClassName
{
border-color: #755BBF;
}
</style>