Shades of Moody Blue #707CDC
Tints of Moody Blue #707CDC
RGB
CMYK
RGB Variations
Color information
#707CDC (or 0x707CDC) is known color: Moody Blue. HEX triplet: 70, 7C and DC. RGB value is (112,124,220). Sum of RGB (Red+Green+Blue) = 112+124+220=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #707CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CDC is #8F8323. Grayscale: #828282. Windows color (decimal): -9405220 or 14449776. OLE color: 14449776.
HSL color Cylindrical-coordinate representation of color #707CDC: hue angle of 233.33º degrees, saturation: 0.61, 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 #707CDC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 124 | 220 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.14 |
| HSL | 233.33º | 0.61% | 0.65% | - |
| HSV(B) | 233.33º | 0.49% | 0.86% | - |
| XYZ | 26.81 | 23.03 | 70.74 | - |
| YUV | 131.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 220 | 0.49 | 0.44 | 0 | 0.14 | 233.33 | 0.61 | 0.65 |
| Hex | 70 | 7C | DC | 31 | 2C | 0 | E | E9 | 3D | 41 |
| Octal | 160 | 174 | 334 | 61 | 54 | 0 | 16 | 351 | 75 | 101 |
| Binary | 1110000 | 1111100 | 11011100 | 110001 | 101100 | 0 | 1110 | 11101001 | 111101 | 1000001 |
Color Harmonies of #707CDC
Complementary color
Monochromatic Colors of #707CDC
Black with #707CDC
Text Example
Text Example
White with #707CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CDC; }
p { color: rgb(112,124,220); }
H1.HeaderClassName
{
color: #707CDC;
}
.AnyTagClassName
{
color: #707CDC;
}
</style>
background-color css
<style>
a { background-color: #707CDC; }
a { background-color: rgb(112,124,220); }
div.DivClassName
{
background-color: #707CDC;
}
.BgClassName
{
background-color: #707CDC;
}
</style>
border-color css
<style>
span { border-color: #707CDC; }
span { border-color: rgb(112,124,220); }
td.TdClassName
{
border-color: #707CDC;
}
.TagClassName
{
border-color: #707CDC;
}
</style>