Shades of Moody Blue #707ED8
Tints of Moody Blue #707ED8
RGB
CMYK
RGB Variations
Color information
#707ED8 (or 0x707ED8) is known color: Moody Blue. HEX triplet: 70, 7E and D8. RGB value is (112,126,216). Sum of RGB (Red+Green+Blue) = 112+126+216=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #707ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ED8 is #8F8127. Grayscale: #838383. Windows color (decimal): -9404712 or 14188144. OLE color: 14188144.
HSL color Cylindrical-coordinate representation of color #707ED8: hue angle of 231.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707ED8 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 126 | 216 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.15 |
| HSL | 231.92º | 0.57% | 0.64% | - |
| HSV(B) | 231.92º | 0.48% | 0.85% | - |
| XYZ | 26.54 | 23.32 | 68.07 | - |
| YUV | 132.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 216 | 0.48 | 0.42 | 0 | 0.15 | 231.92 | 0.57 | 0.64 |
| Hex | 70 | 7E | D8 | 30 | 2A | 0 | F | E8 | 39 | 40 |
| Octal | 160 | 176 | 330 | 60 | 52 | 0 | 17 | 350 | 71 | 100 |
| Binary | 1110000 | 1111110 | 11011000 | 110000 | 101010 | 0 | 1111 | 11101000 | 111001 | 1000000 |
Color Harmonies of #707ED8
Complementary color
Monochromatic Colors of #707ED8
Black with #707ED8
Text Example
Text Example
White with #707ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ED8; }
p { color: rgb(112,126,216); }
H1.HeaderClassName
{
color: #707ED8;
}
.AnyTagClassName
{
color: #707ED8;
}
</style>
background-color css
<style>
a { background-color: #707ED8; }
a { background-color: rgb(112,126,216); }
div.DivClassName
{
background-color: #707ED8;
}
.BgClassName
{
background-color: #707ED8;
}
</style>
border-color css
<style>
span { border-color: #707ED8; }
span { border-color: rgb(112,126,216); }
td.TdClassName
{
border-color: #707ED8;
}
.TagClassName
{
border-color: #707ED8;
}
</style>