Shades of Blue Marguerite #7658BA
Tints of Blue Marguerite #7658BA
RGB
CMYK
RGB Variations
Color information
#7658BA (or 0x7658BA) is known color: Blue Marguerite. HEX triplet: 76, 58 and BA. RGB value is (118,88,186). Sum of RGB (Red+Green+Blue) = 118+88+186=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7658BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658BA is #89A745. Grayscale: #6B6B6B. Windows color (decimal): -9021254 or 12212342. OLE color: 12212342.
HSL color Cylindrical-coordinate representation of color #7658BA: hue angle of 258.37º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7658BA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 88 | 186 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.27 |
| HSL | 258.37º | 0.42% | 0.54% | - |
| HSV(B) | 258.37º | 0.53% | 0.73% | - |
| XYZ | 19.82 | 14.38 | 48.18 | - |
| YUV | 108.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 186 | 0.37 | 0.53 | 0 | 0.27 | 258.37 | 0.42 | 0.54 |
| Hex | 76 | 58 | BA | 25 | 35 | 0 | 1B | 102 | 2A | 36 |
| Octal | 166 | 130 | 272 | 45 | 65 | 0 | 33 | 402 | 52 | 66 |
| Binary | 1110110 | 1011000 | 10111010 | 100101 | 110101 | 0 | 11011 | 100000010 | 101010 | 110110 |
Color Harmonies of #7658BA
Complementary color
Monochromatic Colors of #7658BA
Black with #7658BA
Text Example
Text Example
White with #7658BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658BA; }
p { color: rgb(118,88,186); }
H1.HeaderClassName
{
color: #7658BA;
}
.AnyTagClassName
{
color: #7658BA;
}
</style>
background-color css
<style>
a { background-color: #7658BA; }
a { background-color: rgb(118,88,186); }
div.DivClassName
{
background-color: #7658BA;
}
.BgClassName
{
background-color: #7658BA;
}
</style>
border-color css
<style>
span { border-color: #7658BA; }
span { border-color: rgb(118,88,186); }
td.TdClassName
{
border-color: #7658BA;
}
.TagClassName
{
border-color: #7658BA;
}
</style>