Shades of Moody Blue #717CD3
Tints of Moody Blue #717CD3
RGB
CMYK
RGB Variations
Color information
#717CD3 (or 0x717CD3) is known color: Moody Blue. HEX triplet: 71, 7C and D3. RGB value is (113,124,211). Sum of RGB (Red+Green+Blue) = 113+124+211=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #717CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CD3 is #8E832C. Grayscale: #828282. Windows color (decimal): -9339693 or 13859953. OLE color: 13859953.
HSL color Cylindrical-coordinate representation of color #717CD3: hue angle of 233.27º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #717CD3 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 124 | 211 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.17 |
| HSL | 233.27º | 0.53% | 0.64% | - |
| HSV(B) | 233.27º | 0.46% | 0.83% | - |
| XYZ | 25.78 | 22.63 | 64.64 | - |
| YUV | 130.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 211 | 0.46 | 0.41 | 0 | 0.17 | 233.27 | 0.53 | 0.64 |
| Hex | 71 | 7C | D3 | 2E | 29 | 0 | 11 | E9 | 35 | 40 |
| Octal | 161 | 174 | 323 | 56 | 51 | 0 | 21 | 351 | 65 | 100 |
| Binary | 1110001 | 1111100 | 11010011 | 101110 | 101001 | 0 | 10001 | 11101001 | 110101 | 1000000 |
Color Harmonies of #717CD3
Complementary color
Monochromatic Colors of #717CD3
Black with #717CD3
Text Example
Text Example
White with #717CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CD3; }
p { color: rgb(113,124,211); }
H1.HeaderClassName
{
color: #717CD3;
}
.AnyTagClassName
{
color: #717CD3;
}
</style>
background-color css
<style>
a { background-color: #717CD3; }
a { background-color: rgb(113,124,211); }
div.DivClassName
{
background-color: #717CD3;
}
.BgClassName
{
background-color: #717CD3;
}
</style>
border-color css
<style>
span { border-color: #717CD3; }
span { border-color: rgb(113,124,211); }
td.TdClassName
{
border-color: #717CD3;
}
.TagClassName
{
border-color: #717CD3;
}
</style>