Shades of Blue Marguerite #7860B4
Tints of Blue Marguerite #7860B4
RGB
CMYK
RGB Variations
Color information
#7860B4 (or 0x7860B4) is known color: Blue Marguerite. HEX triplet: 78, 60 and B4. RGB value is (120,96,180). Sum of RGB (Red+Green+Blue) = 120+96+180=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #7860B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860B4 is #879F4B. Grayscale: #707070. Windows color (decimal): -8888140 or 11821176. OLE color: 11821176.
HSL color Cylindrical-coordinate representation of color #7860B4: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7860B4 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 96 | 180 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.29 |
| HSL | 257.14º | 0.36% | 0.54% | - |
| HSV(B) | 257.14º | 0.47% | 0.71% | - |
| XYZ | 20.17 | 15.65 | 45.14 | - |
| YUV | 112.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 180 | 0.33 | 0.47 | 0 | 0.29 | 257.14 | 0.36 | 0.54 |
| Hex | 78 | 60 | B4 | 21 | 2F | 0 | 1D | 101 | 24 | 36 |
| Octal | 170 | 140 | 264 | 41 | 57 | 0 | 35 | 401 | 44 | 66 |
| Binary | 1111000 | 1100000 | 10110100 | 100001 | 101111 | 0 | 11101 | 100000001 | 100100 | 110110 |
Color Harmonies of #7860B4
Complementary color
Monochromatic Colors of #7860B4
Black with #7860B4
Text Example
Text Example
White with #7860B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7860B4; }
p { color: rgb(120,96,180); }
H1.HeaderClassName
{
color: #7860B4;
}
.AnyTagClassName
{
color: #7860B4;
}
</style>
background-color css
<style>
a { background-color: #7860B4; }
a { background-color: rgb(120,96,180); }
div.DivClassName
{
background-color: #7860B4;
}
.BgClassName
{
background-color: #7860B4;
}
</style>
border-color css
<style>
span { border-color: #7860B4; }
span { border-color: rgb(120,96,180); }
td.TdClassName
{
border-color: #7860B4;
}
.TagClassName
{
border-color: #7860B4;
}
</style>