Shades of Moody Blue #7872B9
Tints of Moody Blue #7872B9
RGB
CMYK
RGB Variations
Color information
#7872B9 (or 0x7872B9) is known color: Moody Blue. HEX triplet: 78, 72 and B9. RGB value is (120,114,185). Sum of RGB (Red+Green+Blue) = 120+114+185=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #7872B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7872B9 is #878D46. Grayscale: #7B7B7B. Windows color (decimal): -8883527 or 12153464. OLE color: 12153464.
HSL color Cylindrical-coordinate representation of color #7872B9: hue angle of 245.07º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7872B9 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 114 | 185 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.27 |
| HSL | 245.07º | 0.34% | 0.59% | - |
| HSV(B) | 245.07º | 0.38% | 0.73% | - |
| XYZ | 22.52 | 19.53 | 48.48 | - |
| YUV | 123.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 185 | 0.35 | 0.38 | 0 | 0.27 | 245.07 | 0.34 | 0.59 |
| Hex | 78 | 72 | B9 | 23 | 26 | 0 | 1B | F5 | 22 | 3B |
| Octal | 170 | 162 | 271 | 43 | 46 | 0 | 33 | 365 | 42 | 73 |
| Binary | 1111000 | 1110010 | 10111001 | 100011 | 100110 | 0 | 11011 | 11110101 | 100010 | 111011 |
Color Harmonies of #7872B9
Complementary color
Monochromatic Colors of #7872B9
Black with #7872B9
Text Example
Text Example
White with #7872B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7872B9; }
p { color: rgb(120,114,185); }
H1.HeaderClassName
{
color: #7872B9;
}
.AnyTagClassName
{
color: #7872B9;
}
</style>
background-color css
<style>
a { background-color: #7872B9; }
a { background-color: rgb(120,114,185); }
div.DivClassName
{
background-color: #7872B9;
}
.BgClassName
{
background-color: #7872B9;
}
</style>
border-color css
<style>
span { border-color: #7872B9; }
span { border-color: rgb(120,114,185); }
td.TdClassName
{
border-color: #7872B9;
}
.TagClassName
{
border-color: #7872B9;
}
</style>