Shades of Moody Blue #7475D9
Tints of Moody Blue #7475D9
RGB
CMYK
RGB Variations
Color information
#7475D9 (or 0x7475D9) is known color: Moody Blue. HEX triplet: 74, 75 and D9. RGB value is (116,117,217). Sum of RGB (Red+Green+Blue) = 116+117+217=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #7475D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475D9 is #8B8A26. Grayscale: #7F7F7F. Windows color (decimal): -9144871 or 14251380. OLE color: 14251380.
HSL color Cylindrical-coordinate representation of color #7475D9: hue angle of 239.41º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7475D9 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 117 | 217 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.15 |
| HSL | 239.41º | 0.57% | 0.65% | - |
| HSV(B) | 239.41º | 0.47% | 0.85% | - |
| XYZ | 26.09 | 21.45 | 68.41 | - |
| YUV | 128.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 217 | 0.47 | 0.46 | 0 | 0.15 | 239.41 | 0.57 | 0.65 |
| Hex | 74 | 75 | D9 | 2F | 2E | 0 | F | EF | 39 | 41 |
| Octal | 164 | 165 | 331 | 57 | 56 | 0 | 17 | 357 | 71 | 101 |
| Binary | 1110100 | 1110101 | 11011001 | 101111 | 101110 | 0 | 1111 | 11101111 | 111001 | 1000001 |
Color Harmonies of #7475D9
Complementary color
Monochromatic Colors of #7475D9
Black with #7475D9
Text Example
Text Example
White with #7475D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7475D9; }
p { color: rgb(116,117,217); }
H1.HeaderClassName
{
color: #7475D9;
}
.AnyTagClassName
{
color: #7475D9;
}
</style>
background-color css
<style>
a { background-color: #7475D9; }
a { background-color: rgb(116,117,217); }
div.DivClassName
{
background-color: #7475D9;
}
.BgClassName
{
background-color: #7475D9;
}
</style>
border-color css
<style>
span { border-color: #7475D9; }
span { border-color: rgb(116,117,217); }
td.TdClassName
{
border-color: #7475D9;
}
.TagClassName
{
border-color: #7475D9;
}
</style>