Shades of Moody Blue #717BDA
Tints of Moody Blue #717BDA
RGB
CMYK
RGB Variations
Color information
#717BDA (or 0x717BDA) is known color: Moody Blue. HEX triplet: 71, 7B and DA. RGB value is (113,123,218). Sum of RGB (Red+Green+Blue) = 113+123+218=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #717BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BDA is #8E8425. Grayscale: #828282. Windows color (decimal): -9339942 or 14318449. OLE color: 14318449.
HSL color Cylindrical-coordinate representation of color #717BDA: hue angle of 234.29º 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 #717BDA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 123 | 218 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.15 |
| HSL | 234.29º | 0.59% | 0.65% | - |
| HSV(B) | 234.29º | 0.48% | 0.85% | - |
| XYZ | 26.55 | 22.74 | 69.32 | - |
| YUV | 130.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 218 | 0.48 | 0.44 | 0 | 0.15 | 234.29 | 0.59 | 0.65 |
| Hex | 71 | 7B | DA | 30 | 2C | 0 | F | EA | 3B | 41 |
| Octal | 161 | 173 | 332 | 60 | 54 | 0 | 17 | 352 | 73 | 101 |
| Binary | 1110001 | 1111011 | 11011010 | 110000 | 101100 | 0 | 1111 | 11101010 | 111011 | 1000001 |
Color Harmonies of #717BDA
Complementary color
Monochromatic Colors of #717BDA
Black with #717BDA
Text Example
Text Example
White with #717BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BDA; }
p { color: rgb(113,123,218); }
H1.HeaderClassName
{
color: #717BDA;
}
.AnyTagClassName
{
color: #717BDA;
}
</style>
background-color css
<style>
a { background-color: #717BDA; }
a { background-color: rgb(113,123,218); }
div.DivClassName
{
background-color: #717BDA;
}
.BgClassName
{
background-color: #717BDA;
}
</style>
border-color css
<style>
span { border-color: #717BDA; }
span { border-color: rgb(113,123,218); }
td.TdClassName
{
border-color: #717BDA;
}
.TagClassName
{
border-color: #717BDA;
}
</style>