Shades of Blue Marguerite #7569BE
Tints of Blue Marguerite #7569BE
RGB
CMYK
RGB Variations
Color information
#7569BE (or 0x7569BE) is known color: Blue Marguerite. HEX triplet: 75, 69 and BE. RGB value is (117,105,190). Sum of RGB (Red+Green+Blue) = 117+105+190=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #7569BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569BE is #8A9641. Grayscale: #757575. Windows color (decimal): -9082434 or 12478837. OLE color: 12478837.
HSL color Cylindrical-coordinate representation of color #7569BE: hue angle of 248.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7569BE is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 105 | 190 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.25 |
| HSL | 248.47º | 0.4% | 0.58% | - |
| HSV(B) | 248.47º | 0.45% | 0.75% | - |
| XYZ | 21.68 | 17.6 | 50.97 | - |
| YUV | 118.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 190 | 0.38 | 0.45 | 0 | 0.25 | 248.47 | 0.4 | 0.58 |
| Hex | 75 | 69 | BE | 26 | 2D | 0 | 19 | F8 | 28 | 3A |
| Octal | 165 | 151 | 276 | 46 | 55 | 0 | 31 | 370 | 50 | 72 |
| Binary | 1110101 | 1101001 | 10111110 | 100110 | 101101 | 0 | 11001 | 11111000 | 101000 | 111010 |
Color Harmonies of #7569BE
Complementary color
Monochromatic Colors of #7569BE
Black with #7569BE
Text Example
Text Example
White with #7569BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7569BE; }
p { color: rgb(117,105,190); }
H1.HeaderClassName
{
color: #7569BE;
}
.AnyTagClassName
{
color: #7569BE;
}
</style>
background-color css
<style>
a { background-color: #7569BE; }
a { background-color: rgb(117,105,190); }
div.DivClassName
{
background-color: #7569BE;
}
.BgClassName
{
background-color: #7569BE;
}
</style>
border-color css
<style>
span { border-color: #7569BE; }
span { border-color: rgb(117,105,190); }
td.TdClassName
{
border-color: #7569BE;
}
.TagClassName
{
border-color: #7569BE;
}
</style>