Shades of Blue Marguerite #7863B3
Tints of Blue Marguerite #7863B3
RGB
CMYK
RGB Variations
Color information
#7863B3 (or 0x7863B3) is known color: Blue Marguerite. HEX triplet: 78, 63 and B3. RGB value is (120,99,179). Sum of RGB (Red+Green+Blue) = 120+99+179=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #7863B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863B3 is #879C4C. Grayscale: #727272. Windows color (decimal): -8887373 or 11756408. OLE color: 11756408.
HSL color Cylindrical-coordinate representation of color #7863B3: hue angle of 255.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7863B3 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 99 | 179 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.30 |
| HSL | 255.75º | 0.34% | 0.55% | - |
| HSV(B) | 255.75º | 0.45% | 0.7% | - |
| XYZ | 20.34 | 16.17 | 44.7 | - |
| YUV | 114.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 179 | 0.33 | 0.45 | 0 | 0.30 | 255.75 | 0.34 | 0.55 |
| Hex | 78 | 63 | B3 | 21 | 2D | 0 | 1E | 100 | 22 | 37 |
| Octal | 170 | 143 | 263 | 41 | 55 | 0 | 36 | 400 | 42 | 67 |
| Binary | 1111000 | 1100011 | 10110011 | 100001 | 101101 | 0 | 11110 | 100000000 | 100010 | 110111 |
Color Harmonies of #7863B3
Complementary color
Monochromatic Colors of #7863B3
Black with #7863B3
Text Example
Text Example
White with #7863B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7863B3; }
p { color: rgb(120,99,179); }
H1.HeaderClassName
{
color: #7863B3;
}
.AnyTagClassName
{
color: #7863B3;
}
</style>
background-color css
<style>
a { background-color: #7863B3; }
a { background-color: rgb(120,99,179); }
div.DivClassName
{
background-color: #7863B3;
}
.BgClassName
{
background-color: #7863B3;
}
</style>
border-color css
<style>
span { border-color: #7863B3; }
span { border-color: rgb(120,99,179); }
td.TdClassName
{
border-color: #7863B3;
}
.TagClassName
{
border-color: #7863B3;
}
</style>