Shades of Blue Marguerite #7569BA
Tints of Blue Marguerite #7569BA
RGB
CMYK
RGB Variations
Color information
#7569BA (or 0x7569BA) is known color: Blue Marguerite. HEX triplet: 75, 69 and BA. RGB value is (117,105,186). Sum of RGB (Red+Green+Blue) = 117+105+186=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #7569BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569BA is #8A9645. Grayscale: #757575. Windows color (decimal): -9082438 or 12216693. OLE color: 12216693.
HSL color Cylindrical-coordinate representation of color #7569BA: hue angle of 248.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7569BA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 105 | 186 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.27 |
| HSL | 248.89º | 0.37% | 0.57% | - |
| HSV(B) | 248.89º | 0.44% | 0.73% | - |
| XYZ | 21.25 | 17.43 | 48.7 | - |
| YUV | 117.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 186 | 0.37 | 0.44 | 0 | 0.27 | 248.89 | 0.37 | 0.57 |
| Hex | 75 | 69 | BA | 25 | 2C | 0 | 1B | F9 | 25 | 39 |
| Octal | 165 | 151 | 272 | 45 | 54 | 0 | 33 | 371 | 45 | 71 |
| Binary | 1110101 | 1101001 | 10111010 | 100101 | 101100 | 0 | 11011 | 11111001 | 100101 | 111001 |
Color Harmonies of #7569BA
Complementary color
Monochromatic Colors of #7569BA
Black with #7569BA
Text Example
Text Example
White with #7569BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7569BA; }
p { color: rgb(117,105,186); }
H1.HeaderClassName
{
color: #7569BA;
}
.AnyTagClassName
{
color: #7569BA;
}
</style>
background-color css
<style>
a { background-color: #7569BA; }
a { background-color: rgb(117,105,186); }
div.DivClassName
{
background-color: #7569BA;
}
.BgClassName
{
background-color: #7569BA;
}
</style>
border-color css
<style>
span { border-color: #7569BA; }
span { border-color: rgb(117,105,186); }
td.TdClassName
{
border-color: #7569BA;
}
.TagClassName
{
border-color: #7569BA;
}
</style>