Shades of Moody Blue #707ED6
Tints of Moody Blue #707ED6
RGB
CMYK
RGB Variations
Color information
#707ED6 (or 0x707ED6) is known color: Moody Blue. HEX triplet: 70, 7E and D6. RGB value is (112,126,214). Sum of RGB (Red+Green+Blue) = 112+126+214=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #707ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ED6 is #8F8129. Grayscale: #838383. Windows color (decimal): -9404714 or 14057072. OLE color: 14057072.
HSL color Cylindrical-coordinate representation of color #707ED6: hue angle of 231.76º 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 #707ED6 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 126 | 214 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.16 |
| HSL | 231.76º | 0.55% | 0.64% | - |
| HSV(B) | 231.76º | 0.48% | 0.84% | - |
| XYZ | 26.28 | 23.22 | 66.72 | - |
| YUV | 131.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 214 | 0.48 | 0.41 | 0 | 0.16 | 231.76 | 0.55 | 0.64 |
| Hex | 70 | 7E | D6 | 30 | 29 | 0 | 10 | E8 | 37 | 40 |
| Octal | 160 | 176 | 326 | 60 | 51 | 0 | 20 | 350 | 67 | 100 |
| Binary | 1110000 | 1111110 | 11010110 | 110000 | 101001 | 0 | 10000 | 11101000 | 110111 | 1000000 |
Color Harmonies of #707ED6
Complementary color
Monochromatic Colors of #707ED6
Black with #707ED6
Text Example
Text Example
White with #707ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ED6; }
p { color: rgb(112,126,214); }
H1.HeaderClassName
{
color: #707ED6;
}
.AnyTagClassName
{
color: #707ED6;
}
</style>
background-color css
<style>
a { background-color: #707ED6; }
a { background-color: rgb(112,126,214); }
div.DivClassName
{
background-color: #707ED6;
}
.BgClassName
{
background-color: #707ED6;
}
</style>
border-color css
<style>
span { border-color: #707ED6; }
span { border-color: rgb(112,126,214); }
td.TdClassName
{
border-color: #707ED6;
}
.TagClassName
{
border-color: #707ED6;
}
</style>