Shades of Moody Blue #7078D9
Tints of Moody Blue #7078D9
RGB
CMYK
RGB Variations
Color information
#7078D9 (or 0x7078D9) is known color: Moody Blue. HEX triplet: 70, 78 and D9. RGB value is (112,120,217). Sum of RGB (Red+Green+Blue) = 112+120+217=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #7078D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078D9 is #8F8726. Grayscale: #808080. Windows color (decimal): -9406247 or 14252144. OLE color: 14252144.
HSL color Cylindrical-coordinate representation of color #7078D9: hue angle of 235.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7078D9 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 120 | 217 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.15 |
| HSL | 235.43º | 0.58% | 0.65% | - |
| HSV(B) | 235.43º | 0.48% | 0.85% | - |
| XYZ | 25.92 | 21.89 | 68.5 | - |
| YUV | 128.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 217 | 0.48 | 0.45 | 0 | 0.15 | 235.43 | 0.58 | 0.65 |
| Hex | 70 | 78 | D9 | 30 | 2D | 0 | F | EB | 3A | 41 |
| Octal | 160 | 170 | 331 | 60 | 55 | 0 | 17 | 353 | 72 | 101 |
| Binary | 1110000 | 1111000 | 11011001 | 110000 | 101101 | 0 | 1111 | 11101011 | 111010 | 1000001 |
Color Harmonies of #7078D9
Complementary color
Monochromatic Colors of #7078D9
Black with #7078D9
Text Example
Text Example
White with #7078D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7078D9; }
p { color: rgb(112,120,217); }
H1.HeaderClassName
{
color: #7078D9;
}
.AnyTagClassName
{
color: #7078D9;
}
</style>
background-color css
<style>
a { background-color: #7078D9; }
a { background-color: rgb(112,120,217); }
div.DivClassName
{
background-color: #7078D9;
}
.BgClassName
{
background-color: #7078D9;
}
</style>
border-color css
<style>
span { border-color: #7078D9; }
span { border-color: rgb(112,120,217); }
td.TdClassName
{
border-color: #7078D9;
}
.TagClassName
{
border-color: #7078D9;
}
</style>