Shades of Blue Marguerite #7551BA
Tints of Blue Marguerite #7551BA
RGB
CMYK
RGB Variations
Color information
#7551BA (or 0x7551BA) is known color: Blue Marguerite. HEX triplet: 75, 51 and BA. RGB value is (117,81,186). Sum of RGB (Red+Green+Blue) = 117+81+186=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7551BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551BA is #8AAE45. Grayscale: #676767. Windows color (decimal): -9088582 or 12210549. OLE color: 12210549.
HSL color Cylindrical-coordinate representation of color #7551BA: hue angle of 260.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7551BA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 81 | 186 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.27 |
| HSL | 260.57º | 0.43% | 0.52% | - |
| HSV(B) | 260.57º | 0.56% | 0.73% | - |
| XYZ | 19.14 | 13.21 | 48 | - |
| YUV | 103.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 186 | 0.37 | 0.56 | 0 | 0.27 | 260.57 | 0.43 | 0.52 |
| Hex | 75 | 51 | BA | 25 | 38 | 0 | 1B | 105 | 2B | 34 |
| Octal | 165 | 121 | 272 | 45 | 70 | 0 | 33 | 405 | 53 | 64 |
| Binary | 1110101 | 1010001 | 10111010 | 100101 | 111000 | 0 | 11011 | 100000101 | 101011 | 110100 |
Color Harmonies of #7551BA
Complementary color
Monochromatic Colors of #7551BA
Black with #7551BA
Text Example
Text Example
White with #7551BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7551BA; }
p { color: rgb(117,81,186); }
H1.HeaderClassName
{
color: #7551BA;
}
.AnyTagClassName
{
color: #7551BA;
}
</style>
background-color css
<style>
a { background-color: #7551BA; }
a { background-color: rgb(117,81,186); }
div.DivClassName
{
background-color: #7551BA;
}
.BgClassName
{
background-color: #7551BA;
}
</style>
border-color css
<style>
span { border-color: #7551BA; }
span { border-color: rgb(117,81,186); }
td.TdClassName
{
border-color: #7551BA;
}
.TagClassName
{
border-color: #7551BA;
}
</style>