Shades of Blue Marguerite #7568BE
Tints of Blue Marguerite #7568BE
RGB
CMYK
RGB Variations
Color information
#7568BE (or 0x7568BE) is known color: Blue Marguerite. HEX triplet: 75, 68 and BE. RGB value is (117,104,190). Sum of RGB (Red+Green+Blue) = 117+104+190=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7568BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568BE is #8A9741. Grayscale: #757575. Windows color (decimal): -9082690 or 12478581. OLE color: 12478581.
HSL color Cylindrical-coordinate representation of color #7568BE: hue angle of 249.07º 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 #7568BE is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 104 | 190 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.25 |
| HSL | 249.07º | 0.4% | 0.58% | - |
| HSV(B) | 249.07º | 0.45% | 0.75% | - |
| XYZ | 21.58 | 17.4 | 50.94 | - |
| YUV | 117.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 190 | 0.38 | 0.45 | 0 | 0.25 | 249.07 | 0.4 | 0.58 |
| Hex | 75 | 68 | BE | 26 | 2D | 0 | 19 | F9 | 28 | 3A |
| Octal | 165 | 150 | 276 | 46 | 55 | 0 | 31 | 371 | 50 | 72 |
| Binary | 1110101 | 1101000 | 10111110 | 100110 | 101101 | 0 | 11001 | 11111001 | 101000 | 111010 |
Color Harmonies of #7568BE
Complementary color
Monochromatic Colors of #7568BE
Black with #7568BE
Text Example
Text Example
White with #7568BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568BE; }
p { color: rgb(117,104,190); }
H1.HeaderClassName
{
color: #7568BE;
}
.AnyTagClassName
{
color: #7568BE;
}
</style>
background-color css
<style>
a { background-color: #7568BE; }
a { background-color: rgb(117,104,190); }
div.DivClassName
{
background-color: #7568BE;
}
.BgClassName
{
background-color: #7568BE;
}
</style>
border-color css
<style>
span { border-color: #7568BE; }
span { border-color: rgb(117,104,190); }
td.TdClassName
{
border-color: #7568BE;
}
.TagClassName
{
border-color: #7568BE;
}
</style>