Shades of Blue Marguerite #756ABA
Tints of Blue Marguerite #756ABA
RGB
CMYK
RGB Variations
Color information
#756ABA (or 0x756ABA) is known color: Blue Marguerite. HEX triplet: 75, 6A and BA. RGB value is (117,106,186). Sum of RGB (Red+Green+Blue) = 117+106+186=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #756ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ABA is #8A9545. Grayscale: #767676. Windows color (decimal): -9082182 or 12216949. OLE color: 12216949.
HSL color Cylindrical-coordinate representation of color #756ABA: hue angle of 248.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756ABA is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 106 | 186 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.27 |
| HSL | 248.25º | 0.37% | 0.57% | - |
| HSV(B) | 248.25º | 0.43% | 0.73% | - |
| XYZ | 21.35 | 17.64 | 48.73 | - |
| YUV | 118.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 186 | 0.37 | 0.43 | 0 | 0.27 | 248.25 | 0.37 | 0.57 |
| Hex | 75 | 6A | BA | 25 | 2B | 0 | 1B | F8 | 25 | 39 |
| Octal | 165 | 152 | 272 | 45 | 53 | 0 | 33 | 370 | 45 | 71 |
| Binary | 1110101 | 1101010 | 10111010 | 100101 | 101011 | 0 | 11011 | 11111000 | 100101 | 111001 |
Color Harmonies of #756ABA
Complementary color
Monochromatic Colors of #756ABA
Black with #756ABA
Text Example
Text Example
White with #756ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ABA; }
p { color: rgb(117,106,186); }
H1.HeaderClassName
{
color: #756ABA;
}
.AnyTagClassName
{
color: #756ABA;
}
</style>
background-color css
<style>
a { background-color: #756ABA; }
a { background-color: rgb(117,106,186); }
div.DivClassName
{
background-color: #756ABA;
}
.BgClassName
{
background-color: #756ABA;
}
</style>
border-color css
<style>
span { border-color: #756ABA; }
span { border-color: rgb(117,106,186); }
td.TdClassName
{
border-color: #756ABA;
}
.TagClassName
{
border-color: #756ABA;
}
</style>