Shades of Blue Marguerite #7864BC
Tints of Blue Marguerite #7864BC
RGB
CMYK
RGB Variations
Color information
#7864BC (or 0x7864BC) is known color: Blue Marguerite. HEX triplet: 78, 64 and BC. RGB value is (120,100,188). Sum of RGB (Red+Green+Blue) = 120+100+188=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #7864BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864BC is #879B43. Grayscale: #737373. Windows color (decimal): -8887108 or 12346488. OLE color: 12346488.
HSL color Cylindrical-coordinate representation of color #7864BC: hue angle of 253.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7864BC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 100 | 188 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.26 |
| HSL | 253.64º | 0.4% | 0.56% | - |
| HSV(B) | 253.64º | 0.47% | 0.74% | - |
| XYZ | 21.38 | 16.74 | 49.68 | - |
| YUV | 116.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 188 | 0.36 | 0.47 | 0 | 0.26 | 253.64 | 0.4 | 0.56 |
| Hex | 78 | 64 | BC | 24 | 2F | 0 | 1A | FE | 28 | 38 |
| Octal | 170 | 144 | 274 | 44 | 57 | 0 | 32 | 376 | 50 | 70 |
| Binary | 1111000 | 1100100 | 10111100 | 100100 | 101111 | 0 | 11010 | 11111110 | 101000 | 111000 |
Color Harmonies of #7864BC
Complementary color
Monochromatic Colors of #7864BC
Black with #7864BC
Text Example
Text Example
White with #7864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7864BC; }
p { color: rgb(120,100,188); }
H1.HeaderClassName
{
color: #7864BC;
}
.AnyTagClassName
{
color: #7864BC;
}
</style>
background-color css
<style>
a { background-color: #7864BC; }
a { background-color: rgb(120,100,188); }
div.DivClassName
{
background-color: #7864BC;
}
.BgClassName
{
background-color: #7864BC;
}
</style>
border-color css
<style>
span { border-color: #7864BC; }
span { border-color: rgb(120,100,188); }
td.TdClassName
{
border-color: #7864BC;
}
.TagClassName
{
border-color: #7864BC;
}
</style>