Shades of Moody Blue #707EDB
Tints of Moody Blue #707EDB
RGB
CMYK
RGB Variations
Color information
#707EDB (or 0x707EDB) is known color: Moody Blue. HEX triplet: 70, 7E and DB. RGB value is (112,126,219). Sum of RGB (Red+Green+Blue) = 112+126+219=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #707EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EDB is #8F8124. Grayscale: #848484. Windows color (decimal): -9404709 or 14384752. OLE color: 14384752.
HSL color Cylindrical-coordinate representation of color #707EDB: hue angle of 232.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707EDB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 126 | 219 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.14 |
| HSL | 232.15º | 0.6% | 0.65% | - |
| HSV(B) | 232.15º | 0.49% | 0.86% | - |
| XYZ | 26.93 | 23.48 | 70.13 | - |
| YUV | 132.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 219 | 0.49 | 0.42 | 0 | 0.14 | 232.15 | 0.6 | 0.65 |
| Hex | 70 | 7E | DB | 31 | 2A | 0 | E | E8 | 3C | 41 |
| Octal | 160 | 176 | 333 | 61 | 52 | 0 | 16 | 350 | 74 | 101 |
| Binary | 1110000 | 1111110 | 11011011 | 110001 | 101010 | 0 | 1110 | 11101000 | 111100 | 1000001 |
Color Harmonies of #707EDB
Complementary color
Monochromatic Colors of #707EDB
Black with #707EDB
Text Example
Text Example
White with #707EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EDB; }
p { color: rgb(112,126,219); }
H1.HeaderClassName
{
color: #707EDB;
}
.AnyTagClassName
{
color: #707EDB;
}
</style>
background-color css
<style>
a { background-color: #707EDB; }
a { background-color: rgb(112,126,219); }
div.DivClassName
{
background-color: #707EDB;
}
.BgClassName
{
background-color: #707EDB;
}
</style>
border-color css
<style>
span { border-color: #707EDB; }
span { border-color: rgb(112,126,219); }
td.TdClassName
{
border-color: #707EDB;
}
.TagClassName
{
border-color: #707EDB;
}
</style>