Shades of Blue Marguerite #7863BC
Tints of Blue Marguerite #7863BC
RGB
CMYK
RGB Variations
Color information
#7863BC (or 0x7863BC) is known color: Blue Marguerite. HEX triplet: 78, 63 and BC. RGB value is (120,99,188). Sum of RGB (Red+Green+Blue) = 120+99+188=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7863BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863BC is #879C43. Grayscale: #737373. Windows color (decimal): -8887364 or 12346232. OLE color: 12346232.
HSL color Cylindrical-coordinate representation of color #7863BC: hue angle of 254.16º 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 #7863BC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 99 | 188 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.26 |
| HSL | 254.16º | 0.4% | 0.56% | - |
| HSV(B) | 254.16º | 0.47% | 0.74% | - |
| XYZ | 21.28 | 16.55 | 49.65 | - |
| YUV | 115.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 188 | 0.36 | 0.47 | 0 | 0.26 | 254.16 | 0.4 | 0.56 |
| Hex | 78 | 63 | BC | 24 | 2F | 0 | 1A | FE | 28 | 38 |
| Octal | 170 | 143 | 274 | 44 | 57 | 0 | 32 | 376 | 50 | 70 |
| Binary | 1111000 | 1100011 | 10111100 | 100100 | 101111 | 0 | 11010 | 11111110 | 101000 | 111000 |
Color Harmonies of #7863BC
Complementary color
Monochromatic Colors of #7863BC
Black with #7863BC
Text Example
Text Example
White with #7863BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7863BC; }
p { color: rgb(120,99,188); }
H1.HeaderClassName
{
color: #7863BC;
}
.AnyTagClassName
{
color: #7863BC;
}
</style>
background-color css
<style>
a { background-color: #7863BC; }
a { background-color: rgb(120,99,188); }
div.DivClassName
{
background-color: #7863BC;
}
.BgClassName
{
background-color: #7863BC;
}
</style>
border-color css
<style>
span { border-color: #7863BC; }
span { border-color: rgb(120,99,188); }
td.TdClassName
{
border-color: #7863BC;
}
.TagClassName
{
border-color: #7863BC;
}
</style>