Shades of Moody Blue #7471D6
Tints of Moody Blue #7471D6
RGB
CMYK
RGB Variations
Color information
#7471D6 (or 0x7471D6) is known color: Moody Blue. HEX triplet: 74, 71 and D6. RGB value is (116,113,214). Sum of RGB (Red+Green+Blue) = 116+113+214=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #7471D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471D6 is #8B8E29. Grayscale: #7D7D7D. Windows color (decimal): -9145898 or 14053748. OLE color: 14053748.
HSL color Cylindrical-coordinate representation of color #7471D6: hue angle of 241.78º 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 #7471D6 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 113 | 214 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.16 |
| HSL | 241.78º | 0.55% | 0.64% | - |
| HSV(B) | 241.78º | 0.47% | 0.84% | - |
| XYZ | 25.25 | 20.38 | 66.22 | - |
| YUV | 125.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 214 | 0.46 | 0.47 | 0 | 0.16 | 241.78 | 0.55 | 0.64 |
| Hex | 74 | 71 | D6 | 2E | 2F | 0 | 10 | F2 | 37 | 40 |
| Octal | 164 | 161 | 326 | 56 | 57 | 0 | 20 | 362 | 67 | 100 |
| Binary | 1110100 | 1110001 | 11010110 | 101110 | 101111 | 0 | 10000 | 11110010 | 110111 | 1000000 |
Color Harmonies of #7471D6
Complementary color
Monochromatic Colors of #7471D6
Black with #7471D6
Text Example
Text Example
White with #7471D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471D6; }
p { color: rgb(116,113,214); }
H1.HeaderClassName
{
color: #7471D6;
}
.AnyTagClassName
{
color: #7471D6;
}
</style>
background-color css
<style>
a { background-color: #7471D6; }
a { background-color: rgb(116,113,214); }
div.DivClassName
{
background-color: #7471D6;
}
.BgClassName
{
background-color: #7471D6;
}
</style>
border-color css
<style>
span { border-color: #7471D6; }
span { border-color: rgb(116,113,214); }
td.TdClassName
{
border-color: #7471D6;
}
.TagClassName
{
border-color: #7471D6;
}
</style>