Shades of Blue Marguerite #755BBA
Tints of Blue Marguerite #755BBA
RGB
CMYK
RGB Variations
Color information
#755BBA (or 0x755BBA) is known color: Blue Marguerite. HEX triplet: 75, 5B and BA. RGB value is (117,91,186). Sum of RGB (Red+Green+Blue) = 117+91+186=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #755BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBA is #8AA445. Grayscale: #6D6D6D. Windows color (decimal): -9086022 or 12213109. OLE color: 12213109.
HSL color Cylindrical-coordinate representation of color #755BBA: hue angle of 256.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755BBA is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 91 | 186 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.27 |
| HSL | 256.42º | 0.41% | 0.54% | - |
| HSV(B) | 256.42º | 0.51% | 0.73% | - |
| XYZ | 19.94 | 14.81 | 48.26 | - |
| YUV | 109.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 186 | 0.37 | 0.51 | 0 | 0.27 | 256.42 | 0.41 | 0.54 |
| Hex | 75 | 5B | BA | 25 | 33 | 0 | 1B | 100 | 29 | 36 |
| Octal | 165 | 133 | 272 | 45 | 63 | 0 | 33 | 400 | 51 | 66 |
| Binary | 1110101 | 1011011 | 10111010 | 100101 | 110011 | 0 | 11011 | 100000000 | 101001 | 110110 |
Color Harmonies of #755BBA
Complementary color
Monochromatic Colors of #755BBA
Black with #755BBA
Text Example
Text Example
White with #755BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BBA; }
p { color: rgb(117,91,186); }
H1.HeaderClassName
{
color: #755BBA;
}
.AnyTagClassName
{
color: #755BBA;
}
</style>
background-color css
<style>
a { background-color: #755BBA; }
a { background-color: rgb(117,91,186); }
div.DivClassName
{
background-color: #755BBA;
}
.BgClassName
{
background-color: #755BBA;
}
</style>
border-color css
<style>
span { border-color: #755BBA; }
span { border-color: rgb(117,91,186); }
td.TdClassName
{
border-color: #755BBA;
}
.TagClassName
{
border-color: #755BBA;
}
</style>