Shades of Moody Blue #7870BA
Tints of Moody Blue #7870BA
RGB
CMYK
RGB Variations
Color information
#7870BA (or 0x7870BA) is known color: Moody Blue. HEX triplet: 78, 70 and BA. RGB value is (120,112,186). Sum of RGB (Red+Green+Blue) = 120+112+186=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7870BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870BA is #878F45. Grayscale: #7A7A7A. Windows color (decimal): -8884038 or 12218488. OLE color: 12218488.
HSL color Cylindrical-coordinate representation of color #7870BA: hue angle of 246.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7870BA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 112 | 186 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.27 |
| HSL | 246.49º | 0.35% | 0.58% | - |
| HSV(B) | 246.49º | 0.4% | 0.73% | - |
| XYZ | 22.4 | 19.13 | 48.97 | - |
| YUV | 122.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 186 | 0.35 | 0.40 | 0 | 0.27 | 246.49 | 0.35 | 0.58 |
| Hex | 78 | 70 | BA | 23 | 28 | 0 | 1B | F6 | 23 | 3A |
| Octal | 170 | 160 | 272 | 43 | 50 | 0 | 33 | 366 | 43 | 72 |
| Binary | 1111000 | 1110000 | 10111010 | 100011 | 101000 | 0 | 11011 | 11110110 | 100011 | 111010 |
Color Harmonies of #7870BA
Complementary color
Monochromatic Colors of #7870BA
Black with #7870BA
Text Example
Text Example
White with #7870BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7870BA; }
p { color: rgb(120,112,186); }
H1.HeaderClassName
{
color: #7870BA;
}
.AnyTagClassName
{
color: #7870BA;
}
</style>
background-color css
<style>
a { background-color: #7870BA; }
a { background-color: rgb(120,112,186); }
div.DivClassName
{
background-color: #7870BA;
}
.BgClassName
{
background-color: #7870BA;
}
</style>
border-color css
<style>
span { border-color: #7870BA; }
span { border-color: rgb(120,112,186); }
td.TdClassName
{
border-color: #7870BA;
}
.TagClassName
{
border-color: #7870BA;
}
</style>