Shades of Moody Blue #717EDD
Tints of Moody Blue #717EDD
RGB
CMYK
RGB Variations
Color information
#717EDD (or 0x717EDD) is known color: Moody Blue. HEX triplet: 71, 7E and DD. RGB value is (113,126,221). Sum of RGB (Red+Green+Blue) = 113+126+221=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #717EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EDD is #8E8122. Grayscale: #848484. Windows color (decimal): -9339171 or 14515825. OLE color: 14515825.
HSL color Cylindrical-coordinate representation of color #717EDD: hue angle of 232.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #717EDD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 126 | 221 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.13 |
| HSL | 232.78º | 0.61% | 0.65% | - |
| HSV(B) | 232.78º | 0.49% | 0.87% | - |
| XYZ | 27.32 | 23.65 | 71.53 | - |
| YUV | 132.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 221 | 0.49 | 0.43 | 0 | 0.13 | 232.78 | 0.61 | 0.65 |
| Hex | 71 | 7E | DD | 31 | 2B | 0 | D | E9 | 3D | 41 |
| Octal | 161 | 176 | 335 | 61 | 53 | 0 | 15 | 351 | 75 | 101 |
| Binary | 1110001 | 1111110 | 11011101 | 110001 | 101011 | 0 | 1101 | 11101001 | 111101 | 1000001 |
Color Harmonies of #717EDD
Complementary color
Monochromatic Colors of #717EDD
Black with #717EDD
Text Example
Text Example
White with #717EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717EDD; }
p { color: rgb(113,126,221); }
H1.HeaderClassName
{
color: #717EDD;
}
.AnyTagClassName
{
color: #717EDD;
}
</style>
background-color css
<style>
a { background-color: #717EDD; }
a { background-color: rgb(113,126,221); }
div.DivClassName
{
background-color: #717EDD;
}
.BgClassName
{
background-color: #717EDD;
}
</style>
border-color css
<style>
span { border-color: #717EDD; }
span { border-color: rgb(113,126,221); }
td.TdClassName
{
border-color: #717EDD;
}
.TagClassName
{
border-color: #717EDD;
}
</style>