Shades of Blue Marguerite #7569B8
Tints of Blue Marguerite #7569B8
RGB
CMYK
RGB Variations
Color information
#7569B8 (or 0x7569B8) is known color: Blue Marguerite. HEX triplet: 75, 69 and B8. RGB value is (117,105,184). Sum of RGB (Red+Green+Blue) = 117+105+184=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #7569B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569B8 is #8A9647. Grayscale: #757575. Windows color (decimal): -9082440 or 12085621. OLE color: 12085621.
HSL color Cylindrical-coordinate representation of color #7569B8: hue angle of 249.11º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7569B8 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 105 | 184 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.28 |
| HSL | 249.11º | 0.36% | 0.57% | - |
| HSV(B) | 249.11º | 0.43% | 0.72% | - |
| XYZ | 21.04 | 17.35 | 47.59 | - |
| YUV | 117.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 184 | 0.36 | 0.43 | 0 | 0.28 | 249.11 | 0.36 | 0.57 |
| Hex | 75 | 69 | B8 | 24 | 2B | 0 | 1C | F9 | 24 | 39 |
| Octal | 165 | 151 | 270 | 44 | 53 | 0 | 34 | 371 | 44 | 71 |
| Binary | 1110101 | 1101001 | 10111000 | 100100 | 101011 | 0 | 11100 | 11111001 | 100100 | 111001 |
Color Harmonies of #7569B8
Complementary color
Monochromatic Colors of #7569B8
Black with #7569B8
Text Example
Text Example
White with #7569B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7569B8; }
p { color: rgb(117,105,184); }
H1.HeaderClassName
{
color: #7569B8;
}
.AnyTagClassName
{
color: #7569B8;
}
</style>
background-color css
<style>
a { background-color: #7569B8; }
a { background-color: rgb(117,105,184); }
div.DivClassName
{
background-color: #7569B8;
}
.BgClassName
{
background-color: #7569B8;
}
</style>
border-color css
<style>
span { border-color: #7569B8; }
span { border-color: rgb(117,105,184); }
td.TdClassName
{
border-color: #7569B8;
}
.TagClassName
{
border-color: #7569B8;
}
</style>