Shades of Moody Blue #7071D6
Tints of Moody Blue #7071D6
RGB
CMYK
RGB Variations
Color information
#7071D6 (or 0x7071D6) is known color: Moody Blue. HEX triplet: 70, 71 and D6. RGB value is (112,113,214). Sum of RGB (Red+Green+Blue) = 112+113+214=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #7071D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071D6 is #8F8E29. Grayscale: #7B7B7B. Windows color (decimal): -9408042 or 14053744. OLE color: 14053744.
HSL color Cylindrical-coordinate representation of color #7071D6: hue angle of 239.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7071D6 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 113 | 214 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.16 |
| HSL | 239.41º | 0.55% | 0.64% | - |
| HSV(B) | 239.41º | 0.48% | 0.84% | - |
| XYZ | 24.72 | 20.11 | 66.2 | - |
| YUV | 124.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 214 | 0.48 | 0.47 | 0 | 0.16 | 239.41 | 0.55 | 0.64 |
| Hex | 70 | 71 | D6 | 30 | 2F | 0 | 10 | EF | 37 | 40 |
| Octal | 160 | 161 | 326 | 60 | 57 | 0 | 20 | 357 | 67 | 100 |
| Binary | 1110000 | 1110001 | 11010110 | 110000 | 101111 | 0 | 10000 | 11101111 | 110111 | 1000000 |
Color Harmonies of #7071D6
Complementary color
Monochromatic Colors of #7071D6
Black with #7071D6
Text Example
Text Example
White with #7071D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7071D6; }
p { color: rgb(112,113,214); }
H1.HeaderClassName
{
color: #7071D6;
}
.AnyTagClassName
{
color: #7071D6;
}
</style>
background-color css
<style>
a { background-color: #7071D6; }
a { background-color: rgb(112,113,214); }
div.DivClassName
{
background-color: #7071D6;
}
.BgClassName
{
background-color: #7071D6;
}
</style>
border-color css
<style>
span { border-color: #7071D6; }
span { border-color: rgb(112,113,214); }
td.TdClassName
{
border-color: #7071D6;
}
.TagClassName
{
border-color: #7071D6;
}
</style>