Shades of Moody Blue #7077D9
Tints of Moody Blue #7077D9
RGB
CMYK
RGB Variations
Color information
#7077D9 (or 0x7077D9) is known color: Moody Blue. HEX triplet: 70, 77 and D9. RGB value is (112,119,217). Sum of RGB (Red+Green+Blue) = 112+119+217=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #7077D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077D9 is #8F8826. Grayscale: #7F7F7F. Windows color (decimal): -9406503 or 14251888. OLE color: 14251888.
HSL color Cylindrical-coordinate representation of color #7077D9: hue angle of 236º 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 #7077D9 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 119 | 217 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.15 |
| HSL | 236º | 0.58% | 0.65% | - |
| HSV(B) | 236º | 0.48% | 0.85% | - |
| XYZ | 25.8 | 21.65 | 68.46 | - |
| YUV | 128.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 217 | 0.48 | 0.45 | 0 | 0.15 | 236 | 0.58 | 0.65 |
| Hex | 70 | 77 | D9 | 30 | 2D | 0 | F | EC | 3A | 41 |
| Octal | 160 | 167 | 331 | 60 | 55 | 0 | 17 | 354 | 72 | 101 |
| Binary | 1110000 | 1110111 | 11011001 | 110000 | 101101 | 0 | 1111 | 11101100 | 111010 | 1000001 |
Color Harmonies of #7077D9
Complementary color
Monochromatic Colors of #7077D9
Black with #7077D9
Text Example
Text Example
White with #7077D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077D9; }
p { color: rgb(112,119,217); }
H1.HeaderClassName
{
color: #7077D9;
}
.AnyTagClassName
{
color: #7077D9;
}
</style>
background-color css
<style>
a { background-color: #7077D9; }
a { background-color: rgb(112,119,217); }
div.DivClassName
{
background-color: #7077D9;
}
.BgClassName
{
background-color: #7077D9;
}
</style>
border-color css
<style>
span { border-color: #7077D9; }
span { border-color: rgb(112,119,217); }
td.TdClassName
{
border-color: #7077D9;
}
.TagClassName
{
border-color: #7077D9;
}
</style>