Shades of Moody Blue #707DDB
Tints of Moody Blue #707DDB
RGB
CMYK
RGB Variations
Color information
#707DDB (or 0x707DDB) is known color: Moody Blue. HEX triplet: 70, 7D and DB. RGB value is (112,125,219). Sum of RGB (Red+Green+Blue) = 112+125+219=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #707DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DDB is #8F8224. Grayscale: #838383. Windows color (decimal): -9404965 or 14384496. OLE color: 14384496.
HSL color Cylindrical-coordinate representation of color #707DDB: hue angle of 232.71º 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 #707DDB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 125 | 219 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.14 |
| HSL | 232.71º | 0.6% | 0.65% | - |
| HSV(B) | 232.71º | 0.49% | 0.86% | - |
| XYZ | 26.8 | 23.23 | 70.09 | - |
| YUV | 131.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 219 | 0.49 | 0.43 | 0 | 0.14 | 232.71 | 0.6 | 0.65 |
| Hex | 70 | 7D | DB | 31 | 2B | 0 | E | E9 | 3C | 41 |
| Octal | 160 | 175 | 333 | 61 | 53 | 0 | 16 | 351 | 74 | 101 |
| Binary | 1110000 | 1111101 | 11011011 | 110001 | 101011 | 0 | 1110 | 11101001 | 111100 | 1000001 |
Color Harmonies of #707DDB
Complementary color
Monochromatic Colors of #707DDB
Black with #707DDB
Text Example
Text Example
White with #707DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DDB; }
p { color: rgb(112,125,219); }
H1.HeaderClassName
{
color: #707DDB;
}
.AnyTagClassName
{
color: #707DDB;
}
</style>
background-color css
<style>
a { background-color: #707DDB; }
a { background-color: rgb(112,125,219); }
div.DivClassName
{
background-color: #707DDB;
}
.BgClassName
{
background-color: #707DDB;
}
</style>
border-color css
<style>
span { border-color: #707DDB; }
span { border-color: rgb(112,125,219); }
td.TdClassName
{
border-color: #707DDB;
}
.TagClassName
{
border-color: #707DDB;
}
</style>