Shades of Moody Blue #7872BA
Tints of Moody Blue #7872BA
RGB
CMYK
RGB Variations
Color information
#7872BA (or 0x7872BA) is known color: Moody Blue. HEX triplet: 78, 72 and BA. RGB value is (120,114,186). Sum of RGB (Red+Green+Blue) = 120+114+186=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7872BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7872BA is #878D45. Grayscale: #7B7B7B. Windows color (decimal): -8883526 or 12219000. OLE color: 12219000.
HSL color Cylindrical-coordinate representation of color #7872BA: hue angle of 245º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7872BA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 114 | 186 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.27 |
| HSL | 245º | 0.34% | 0.59% | - |
| HSV(B) | 245º | 0.39% | 0.73% | - |
| XYZ | 22.63 | 19.57 | 49.04 | - |
| YUV | 124 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 186 | 0.35 | 0.39 | 0 | 0.27 | 245 | 0.34 | 0.59 |
| Hex | 78 | 72 | BA | 23 | 27 | 0 | 1B | F5 | 22 | 3B |
| Octal | 170 | 162 | 272 | 43 | 47 | 0 | 33 | 365 | 42 | 73 |
| Binary | 1111000 | 1110010 | 10111010 | 100011 | 100111 | 0 | 11011 | 11110101 | 100010 | 111011 |
Color Harmonies of #7872BA
Complementary color
Monochromatic Colors of #7872BA
Black with #7872BA
Text Example
Text Example
White with #7872BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7872BA; }
p { color: rgb(120,114,186); }
H1.HeaderClassName
{
color: #7872BA;
}
.AnyTagClassName
{
color: #7872BA;
}
</style>
background-color css
<style>
a { background-color: #7872BA; }
a { background-color: rgb(120,114,186); }
div.DivClassName
{
background-color: #7872BA;
}
.BgClassName
{
background-color: #7872BA;
}
</style>
border-color css
<style>
span { border-color: #7872BA; }
span { border-color: rgb(120,114,186); }
td.TdClassName
{
border-color: #7872BA;
}
.TagClassName
{
border-color: #7872BA;
}
</style>