Shades of Moody Blue #7471BE
Tints of Moody Blue #7471BE
RGB
CMYK
RGB Variations
Color information
#7471BE (or 0x7471BE) is known color: Moody Blue. HEX triplet: 74, 71 and BE. RGB value is (116,113,190). Sum of RGB (Red+Green+Blue) = 116+113+190=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #7471BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471BE is #8B8E41. Grayscale: #7A7A7A. Windows color (decimal): -9145922 or 12480884. OLE color: 12480884.
HSL color Cylindrical-coordinate representation of color #7471BE: hue angle of 242.34º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7471BE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 113 | 190 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.25 |
| HSL | 242.34º | 0.37% | 0.59% | - |
| HSV(B) | 242.34º | 0.41% | 0.75% | - |
| XYZ | 22.4 | 19.24 | 51.25 | - |
| YUV | 122.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 190 | 0.39 | 0.41 | 0 | 0.25 | 242.34 | 0.37 | 0.59 |
| Hex | 74 | 71 | BE | 27 | 29 | 0 | 19 | F2 | 25 | 3B |
| Octal | 164 | 161 | 276 | 47 | 51 | 0 | 31 | 362 | 45 | 73 |
| Binary | 1110100 | 1110001 | 10111110 | 100111 | 101001 | 0 | 11001 | 11110010 | 100101 | 111011 |
Color Harmonies of #7471BE
Complementary color
Monochromatic Colors of #7471BE
Black with #7471BE
Text Example
Text Example
White with #7471BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471BE; }
p { color: rgb(116,113,190); }
H1.HeaderClassName
{
color: #7471BE;
}
.AnyTagClassName
{
color: #7471BE;
}
</style>
background-color css
<style>
a { background-color: #7471BE; }
a { background-color: rgb(116,113,190); }
div.DivClassName
{
background-color: #7471BE;
}
.BgClassName
{
background-color: #7471BE;
}
</style>
border-color css
<style>
span { border-color: #7471BE; }
span { border-color: rgb(116,113,190); }
td.TdClassName
{
border-color: #7471BE;
}
.TagClassName
{
border-color: #7471BE;
}
</style>