Shades of Blue Marguerite #7569BD
Tints of Blue Marguerite #7569BD
RGB
CMYK
RGB Variations
Color information
#7569BD (or 0x7569BD) is known color: Blue Marguerite. HEX triplet: 75, 69 and BD. RGB value is (117,105,189). Sum of RGB (Red+Green+Blue) = 117+105+189=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #7569BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569BD is #8A9642. Grayscale: #757575. Windows color (decimal): -9082435 or 12413301. OLE color: 12413301.
HSL color Cylindrical-coordinate representation of color #7569BD: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7569BD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 105 | 189 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.26 |
| HSL | 248.57º | 0.39% | 0.58% | - |
| HSV(B) | 248.57º | 0.44% | 0.74% | - |
| XYZ | 21.57 | 17.56 | 50.4 | - |
| YUV | 118.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 189 | 0.38 | 0.44 | 0 | 0.26 | 248.57 | 0.39 | 0.58 |
| Hex | 75 | 69 | BD | 26 | 2C | 0 | 1A | F9 | 27 | 3A |
| Octal | 165 | 151 | 275 | 46 | 54 | 0 | 32 | 371 | 47 | 72 |
| Binary | 1110101 | 1101001 | 10111101 | 100110 | 101100 | 0 | 11010 | 11111001 | 100111 | 111010 |
Color Harmonies of #7569BD
Complementary color
Monochromatic Colors of #7569BD
Black with #7569BD
Text Example
Text Example
White with #7569BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7569BD; }
p { color: rgb(117,105,189); }
H1.HeaderClassName
{
color: #7569BD;
}
.AnyTagClassName
{
color: #7569BD;
}
</style>
background-color css
<style>
a { background-color: #7569BD; }
a { background-color: rgb(117,105,189); }
div.DivClassName
{
background-color: #7569BD;
}
.BgClassName
{
background-color: #7569BD;
}
</style>
border-color css
<style>
span { border-color: #7569BD; }
span { border-color: rgb(117,105,189); }
td.TdClassName
{
border-color: #7569BD;
}
.TagClassName
{
border-color: #7569BD;
}
</style>