Shades of Blue Marguerite #7550BE
Tints of Blue Marguerite #7550BE
RGB
CMYK
RGB Variations
Color information
#7550BE (or 0x7550BE) is known color: Blue Marguerite. HEX triplet: 75, 50 and BE. RGB value is (117,80,190). Sum of RGB (Red+Green+Blue) = 117+80+190=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #7550BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550BE is #8AAF41. Grayscale: #676767. Windows color (decimal): -9088834 or 12472437. OLE color: 12472437.
HSL color Cylindrical-coordinate representation of color #7550BE: hue angle of 260.18º 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 #7550BE is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 80 | 190 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.25 |
| HSL | 260.18º | 0.46% | 0.53% | - |
| HSV(B) | 260.18º | 0.58% | 0.75% | - |
| XYZ | 19.5 | 13.24 | 50.24 | - |
| YUV | 103.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 190 | 0.38 | 0.58 | 0 | 0.25 | 260.18 | 0.46 | 0.53 |
| Hex | 75 | 50 | BE | 26 | 3A | 0 | 19 | 104 | 2E | 35 |
| Octal | 165 | 120 | 276 | 46 | 72 | 0 | 31 | 404 | 56 | 65 |
| Binary | 1110101 | 1010000 | 10111110 | 100110 | 111010 | 0 | 11001 | 100000100 | 101110 | 110101 |
Color Harmonies of #7550BE
Complementary color
Monochromatic Colors of #7550BE
Black with #7550BE
Text Example
Text Example
White with #7550BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550BE; }
p { color: rgb(117,80,190); }
H1.HeaderClassName
{
color: #7550BE;
}
.AnyTagClassName
{
color: #7550BE;
}
</style>
background-color css
<style>
a { background-color: #7550BE; }
a { background-color: rgb(117,80,190); }
div.DivClassName
{
background-color: #7550BE;
}
.BgClassName
{
background-color: #7550BE;
}
</style>
border-color css
<style>
span { border-color: #7550BE; }
span { border-color: rgb(117,80,190); }
td.TdClassName
{
border-color: #7550BE;
}
.TagClassName
{
border-color: #7550BE;
}
</style>