Shades of Blue Marguerite #7551BF
Tints of Blue Marguerite #7551BF
RGB
CMYK
RGB Variations
Color information
#7551BF (or 0x7551BF) is known color: Blue Marguerite. HEX triplet: 75, 51 and BF. RGB value is (117,81,191). Sum of RGB (Red+Green+Blue) = 117+81+191=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #7551BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551BF is #8AAE40. Grayscale: #676767. Windows color (decimal): -9088577 or 12538229. OLE color: 12538229.
HSL color Cylindrical-coordinate representation of color #7551BF: hue angle of 259.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7551BF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 81 | 191 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.25 |
| HSL | 259.64º | 0.46% | 0.53% | - |
| HSV(B) | 259.64º | 0.58% | 0.75% | - |
| XYZ | 19.68 | 13.43 | 50.84 | - |
| YUV | 104.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 191 | 0.39 | 0.58 | 0 | 0.25 | 259.64 | 0.46 | 0.53 |
| Hex | 75 | 51 | BF | 27 | 3A | 0 | 19 | 104 | 2E | 35 |
| Octal | 165 | 121 | 277 | 47 | 72 | 0 | 31 | 404 | 56 | 65 |
| Binary | 1110101 | 1010001 | 10111111 | 100111 | 111010 | 0 | 11001 | 100000100 | 101110 | 110101 |
Color Harmonies of #7551BF
Complementary color
Monochromatic Colors of #7551BF
Black with #7551BF
Text Example
Text Example
White with #7551BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7551BF; }
p { color: rgb(117,81,191); }
H1.HeaderClassName
{
color: #7551BF;
}
.AnyTagClassName
{
color: #7551BF;
}
</style>
background-color css
<style>
a { background-color: #7551BF; }
a { background-color: rgb(117,81,191); }
div.DivClassName
{
background-color: #7551BF;
}
.BgClassName
{
background-color: #7551BF;
}
</style>
border-color css
<style>
span { border-color: #7551BF; }
span { border-color: rgb(117,81,191); }
td.TdClassName
{
border-color: #7551BF;
}
.TagClassName
{
border-color: #7551BF;
}
</style>