Shades of Blue Marguerite #7662BA
Tints of Blue Marguerite #7662BA
RGB
CMYK
RGB Variations
Color information
#7662BA (or 0x7662BA) is known color: Blue Marguerite. HEX triplet: 76, 62 and BA. RGB value is (118,98,186). Sum of RGB (Red+Green+Blue) = 118+98+186=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #7662BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662BA is #899D45. Grayscale: #717171. Windows color (decimal): -9018694 or 12214902. OLE color: 12214902.
HSL color Cylindrical-coordinate representation of color #7662BA: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7662BA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 98 | 186 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.27 |
| HSL | 253.64º | 0.39% | 0.56% | - |
| HSV(B) | 253.64º | 0.47% | 0.73% | - |
| XYZ | 20.7 | 16.13 | 48.48 | - |
| YUV | 114.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 186 | 0.37 | 0.47 | 0 | 0.27 | 253.64 | 0.39 | 0.56 |
| Hex | 76 | 62 | BA | 25 | 2F | 0 | 1B | FE | 27 | 38 |
| Octal | 166 | 142 | 272 | 45 | 57 | 0 | 33 | 376 | 47 | 70 |
| Binary | 1110110 | 1100010 | 10111010 | 100101 | 101111 | 0 | 11011 | 11111110 | 100111 | 111000 |
Color Harmonies of #7662BA
Complementary color
Monochromatic Colors of #7662BA
Black with #7662BA
Text Example
Text Example
White with #7662BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662BA; }
p { color: rgb(118,98,186); }
H1.HeaderClassName
{
color: #7662BA;
}
.AnyTagClassName
{
color: #7662BA;
}
</style>
background-color css
<style>
a { background-color: #7662BA; }
a { background-color: rgb(118,98,186); }
div.DivClassName
{
background-color: #7662BA;
}
.BgClassName
{
background-color: #7662BA;
}
</style>
border-color css
<style>
span { border-color: #7662BA; }
span { border-color: rgb(118,98,186); }
td.TdClassName
{
border-color: #7662BA;
}
.TagClassName
{
border-color: #7662BA;
}
</style>