Shades of Blue Marguerite #7266BC
Tints of Blue Marguerite #7266BC
RGB
CMYK
RGB Variations
Color information
#7266BC (or 0x7266BC) is known color: Blue Marguerite. HEX triplet: 72, 66 and BC. RGB value is (114,102,188). Sum of RGB (Red+Green+Blue) = 114+102+188=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #7266BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266BC is #8D9943. Grayscale: #737373. Windows color (decimal): -9279812 or 12346994. OLE color: 12346994.
HSL color Cylindrical-coordinate representation of color #7266BC: hue angle of 248.37º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7266BC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 102 | 188 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.26 |
| HSL | 248.37º | 0.39% | 0.57% | - |
| HSV(B) | 248.37º | 0.46% | 0.74% | - |
| XYZ | 20.77 | 16.71 | 49.71 | - |
| YUV | 115.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 188 | 0.39 | 0.46 | 0 | 0.26 | 248.37 | 0.39 | 0.57 |
| Hex | 72 | 66 | BC | 27 | 2E | 0 | 1A | F8 | 27 | 39 |
| Octal | 162 | 146 | 274 | 47 | 56 | 0 | 32 | 370 | 47 | 71 |
| Binary | 1110010 | 1100110 | 10111100 | 100111 | 101110 | 0 | 11010 | 11111000 | 100111 | 111001 |
Color Harmonies of #7266BC
Complementary color
Monochromatic Colors of #7266BC
Black with #7266BC
Text Example
Text Example
White with #7266BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266BC; }
p { color: rgb(114,102,188); }
H1.HeaderClassName
{
color: #7266BC;
}
.AnyTagClassName
{
color: #7266BC;
}
</style>
background-color css
<style>
a { background-color: #7266BC; }
a { background-color: rgb(114,102,188); }
div.DivClassName
{
background-color: #7266BC;
}
.BgClassName
{
background-color: #7266BC;
}
</style>
border-color css
<style>
span { border-color: #7266BC; }
span { border-color: rgb(114,102,188); }
td.TdClassName
{
border-color: #7266BC;
}
.TagClassName
{
border-color: #7266BC;
}
</style>