Shades of Blue Marguerite #7565BA
Tints of Blue Marguerite #7565BA
RGB
CMYK
RGB Variations
Color information
#7565BA (or 0x7565BA) is known color: Blue Marguerite. HEX triplet: 75, 65 and BA. RGB value is (117,101,186). Sum of RGB (Red+Green+Blue) = 117+101+186=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7565BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565BA is #8A9A45. Grayscale: #737373. Windows color (decimal): -9083462 or 12215669. OLE color: 12215669.
HSL color Cylindrical-coordinate representation of color #7565BA: hue angle of 251.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7565BA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 101 | 186 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.27 |
| HSL | 251.29º | 0.38% | 0.56% | - |
| HSV(B) | 251.29º | 0.46% | 0.73% | - |
| XYZ | 20.85 | 16.63 | 48.57 | - |
| YUV | 115.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 186 | 0.37 | 0.46 | 0 | 0.27 | 251.29 | 0.38 | 0.56 |
| Hex | 75 | 65 | BA | 25 | 2E | 0 | 1B | FB | 26 | 38 |
| Octal | 165 | 145 | 272 | 45 | 56 | 0 | 33 | 373 | 46 | 70 |
| Binary | 1110101 | 1100101 | 10111010 | 100101 | 101110 | 0 | 11011 | 11111011 | 100110 | 111000 |
Color Harmonies of #7565BA
Complementary color
Monochromatic Colors of #7565BA
Black with #7565BA
Text Example
Text Example
White with #7565BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565BA; }
p { color: rgb(117,101,186); }
H1.HeaderClassName
{
color: #7565BA;
}
.AnyTagClassName
{
color: #7565BA;
}
</style>
background-color css
<style>
a { background-color: #7565BA; }
a { background-color: rgb(117,101,186); }
div.DivClassName
{
background-color: #7565BA;
}
.BgClassName
{
background-color: #7565BA;
}
</style>
border-color css
<style>
span { border-color: #7565BA; }
span { border-color: rgb(117,101,186); }
td.TdClassName
{
border-color: #7565BA;
}
.TagClassName
{
border-color: #7565BA;
}
</style>