Shades of Moody Blue #7171D6
Tints of Moody Blue #7171D6
RGB
CMYK
RGB Variations
Color information
#7171D6 (or 0x7171D6) is known color: Moody Blue. HEX triplet: 71, 71 and D6. RGB value is (113,113,214). Sum of RGB (Red+Green+Blue) = 113+113+214=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #7171D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171D6 is #8E8E29. Grayscale: #7C7C7C. Windows color (decimal): -9342506 or 14053745. OLE color: 14053745.
HSL color Cylindrical-coordinate representation of color #7171D6: hue angle of 240º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7171D6 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 113 | 214 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.16 |
| HSL | 240º | 0.55% | 0.64% | - |
| HSV(B) | 240º | 0.47% | 0.84% | - |
| XYZ | 24.85 | 20.18 | 66.2 | - |
| YUV | 124.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 214 | 0.47 | 0.47 | 0 | 0.16 | 240 | 0.55 | 0.64 |
| Hex | 71 | 71 | D6 | 2F | 2F | 0 | 10 | F0 | 37 | 40 |
| Octal | 161 | 161 | 326 | 57 | 57 | 0 | 20 | 360 | 67 | 100 |
| Binary | 1110001 | 1110001 | 11010110 | 101111 | 101111 | 0 | 10000 | 11110000 | 110111 | 1000000 |
Color Harmonies of #7171D6
Complementary color
Monochromatic Colors of #7171D6
Black with #7171D6
Text Example
Text Example
White with #7171D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7171D6; }
p { color: rgb(113,113,214); }
H1.HeaderClassName
{
color: #7171D6;
}
.AnyTagClassName
{
color: #7171D6;
}
</style>
background-color css
<style>
a { background-color: #7171D6; }
a { background-color: rgb(113,113,214); }
div.DivClassName
{
background-color: #7171D6;
}
.BgClassName
{
background-color: #7171D6;
}
</style>
border-color css
<style>
span { border-color: #7171D6; }
span { border-color: rgb(113,113,214); }
td.TdClassName
{
border-color: #7171D6;
}
.TagClassName
{
border-color: #7171D6;
}
</style>