Shades of Blue Marguerite #7863BB
Tints of Blue Marguerite #7863BB
RGB
CMYK
RGB Variations
Color information
#7863BB (or 0x7863BB) is known color: Blue Marguerite. HEX triplet: 78, 63 and BB. RGB value is (120,99,187). Sum of RGB (Red+Green+Blue) = 120+99+187=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #7863BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863BB is #879C44. Grayscale: #727272. Windows color (decimal): -8887365 or 12280696. OLE color: 12280696.
HSL color Cylindrical-coordinate representation of color #7863BB: hue angle of 254.32º 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 #7863BB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 99 | 187 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.27 |
| HSL | 254.32º | 0.39% | 0.56% | - |
| HSV(B) | 254.32º | 0.47% | 0.73% | - |
| XYZ | 21.18 | 16.5 | 49.08 | - |
| YUV | 115.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 187 | 0.36 | 0.47 | 0 | 0.27 | 254.32 | 0.39 | 0.56 |
| Hex | 78 | 63 | BB | 24 | 2F | 0 | 1B | FE | 27 | 38 |
| Octal | 170 | 143 | 273 | 44 | 57 | 0 | 33 | 376 | 47 | 70 |
| Binary | 1111000 | 1100011 | 10111011 | 100100 | 101111 | 0 | 11011 | 11111110 | 100111 | 111000 |
Color Harmonies of #7863BB
Complementary color
Monochromatic Colors of #7863BB
Black with #7863BB
Text Example
Text Example
White with #7863BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7863BB; }
p { color: rgb(120,99,187); }
H1.HeaderClassName
{
color: #7863BB;
}
.AnyTagClassName
{
color: #7863BB;
}
</style>
background-color css
<style>
a { background-color: #7863BB; }
a { background-color: rgb(120,99,187); }
div.DivClassName
{
background-color: #7863BB;
}
.BgClassName
{
background-color: #7863BB;
}
</style>
border-color css
<style>
span { border-color: #7863BB; }
span { border-color: rgb(120,99,187); }
td.TdClassName
{
border-color: #7863BB;
}
.TagClassName
{
border-color: #7863BB;
}
</style>