Shades of Moody Blue #717EDA
Tints of Moody Blue #717EDA
RGB
CMYK
RGB Variations
Color information
#717EDA (or 0x717EDA) is known color: Moody Blue. HEX triplet: 71, 7E and DA. RGB value is (113,126,218). Sum of RGB (Red+Green+Blue) = 113+126+218=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #717EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EDA is #8E8125. Grayscale: #848484. Windows color (decimal): -9339174 or 14319217. OLE color: 14319217.
HSL color Cylindrical-coordinate representation of color #717EDA: hue angle of 232.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #717EDA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 126 | 218 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.15 |
| HSL | 232.57º | 0.59% | 0.65% | - |
| HSV(B) | 232.57º | 0.48% | 0.85% | - |
| XYZ | 26.93 | 23.49 | 69.45 | - |
| YUV | 132.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 218 | 0.48 | 0.42 | 0 | 0.15 | 232.57 | 0.59 | 0.65 |
| Hex | 71 | 7E | DA | 30 | 2A | 0 | F | E9 | 3B | 41 |
| Octal | 161 | 176 | 332 | 60 | 52 | 0 | 17 | 351 | 73 | 101 |
| Binary | 1110001 | 1111110 | 11011010 | 110000 | 101010 | 0 | 1111 | 11101001 | 111011 | 1000001 |
Color Harmonies of #717EDA
Complementary color
Monochromatic Colors of #717EDA
Black with #717EDA
Text Example
Text Example
White with #717EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717EDA; }
p { color: rgb(113,126,218); }
H1.HeaderClassName
{
color: #717EDA;
}
.AnyTagClassName
{
color: #717EDA;
}
</style>
background-color css
<style>
a { background-color: #717EDA; }
a { background-color: rgb(113,126,218); }
div.DivClassName
{
background-color: #717EDA;
}
.BgClassName
{
background-color: #717EDA;
}
</style>
border-color css
<style>
span { border-color: #717EDA; }
span { border-color: rgb(113,126,218); }
td.TdClassName
{
border-color: #717EDA;
}
.TagClassName
{
border-color: #717EDA;
}
</style>