Shades of Moody Blue #7074D0
Tints of Moody Blue #7074D0
RGB
CMYK
RGB Variations
Color information
#7074D0 (or 0x7074D0) is known color: Moody Blue. HEX triplet: 70, 74 and D0. RGB value is (112,116,208). Sum of RGB (Red+Green+Blue) = 112+116+208=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #7074D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074D0 is #8F8B2F. Grayscale: #7C7C7C. Windows color (decimal): -9407280 or 13661296. OLE color: 13661296.
HSL color Cylindrical-coordinate representation of color #7074D0: hue angle of 237.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7074D0 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 116 | 208 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.18 |
| HSL | 237.5º | 0.51% | 0.63% | - |
| HSV(B) | 237.5º | 0.46% | 0.82% | - |
| XYZ | 24.31 | 20.49 | 62.35 | - |
| YUV | 125.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 208 | 0.46 | 0.44 | 0 | 0.18 | 237.5 | 0.51 | 0.63 |
| Hex | 70 | 74 | D0 | 2E | 2C | 0 | 12 | EE | 33 | 3F |
| Octal | 160 | 164 | 320 | 56 | 54 | 0 | 22 | 356 | 63 | 77 |
| Binary | 1110000 | 1110100 | 11010000 | 101110 | 101100 | 0 | 10010 | 11101110 | 110011 | 111111 |
Color Harmonies of #7074D0
Complementary color
Monochromatic Colors of #7074D0
Black with #7074D0
Text Example
Text Example
White with #7074D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7074D0; }
p { color: rgb(112,116,208); }
H1.HeaderClassName
{
color: #7074D0;
}
.AnyTagClassName
{
color: #7074D0;
}
</style>
background-color css
<style>
a { background-color: #7074D0; }
a { background-color: rgb(112,116,208); }
div.DivClassName
{
background-color: #7074D0;
}
.BgClassName
{
background-color: #7074D0;
}
</style>
border-color css
<style>
span { border-color: #7074D0; }
span { border-color: rgb(112,116,208); }
td.TdClassName
{
border-color: #7074D0;
}
.TagClassName
{
border-color: #7074D0;
}
</style>