Shades of Moody Blue #717DDA
Tints of Moody Blue #717DDA
RGB
CMYK
RGB Variations
Color information
#717DDA (or 0x717DDA) is known color: Moody Blue. HEX triplet: 71, 7D and DA. RGB value is (113,125,218). Sum of RGB (Red+Green+Blue) = 113+125+218=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #717DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DDA is #8E8225. Grayscale: #838383. Windows color (decimal): -9339430 or 14318961. OLE color: 14318961.
HSL color Cylindrical-coordinate representation of color #717DDA: hue angle of 233.14º 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 #717DDA is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 125 | 218 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.15 |
| HSL | 233.14º | 0.59% | 0.65% | - |
| HSV(B) | 233.14º | 0.48% | 0.85% | - |
| XYZ | 26.8 | 23.24 | 69.4 | - |
| YUV | 132.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 218 | 0.48 | 0.43 | 0 | 0.15 | 233.14 | 0.59 | 0.65 |
| Hex | 71 | 7D | DA | 30 | 2B | 0 | F | E9 | 3B | 41 |
| Octal | 161 | 175 | 332 | 60 | 53 | 0 | 17 | 351 | 73 | 101 |
| Binary | 1110001 | 1111101 | 11011010 | 110000 | 101011 | 0 | 1111 | 11101001 | 111011 | 1000001 |
Color Harmonies of #717DDA
Complementary color
Monochromatic Colors of #717DDA
Black with #717DDA
Text Example
Text Example
White with #717DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DDA; }
p { color: rgb(113,125,218); }
H1.HeaderClassName
{
color: #717DDA;
}
.AnyTagClassName
{
color: #717DDA;
}
</style>
background-color css
<style>
a { background-color: #717DDA; }
a { background-color: rgb(113,125,218); }
div.DivClassName
{
background-color: #717DDA;
}
.BgClassName
{
background-color: #717DDA;
}
</style>
border-color css
<style>
span { border-color: #717DDA; }
span { border-color: rgb(113,125,218); }
td.TdClassName
{
border-color: #717DDA;
}
.TagClassName
{
border-color: #717DDA;
}
</style>