Shades of Moody Blue #747CDD
Tints of Moody Blue #747CDD
RGB
CMYK
RGB Variations
Color information
#747CDD (or 0x747CDD) is known color: Moody Blue. HEX triplet: 74, 7C and DD. RGB value is (116,124,221). Sum of RGB (Red+Green+Blue) = 116+124+221=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #747CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CDD is #8B8322. Grayscale: #848484. Windows color (decimal): -9143075 or 14515316. OLE color: 14515316.
HSL color Cylindrical-coordinate representation of color #747CDD: hue angle of 235.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747CDD is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 124 | 221 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.13 |
| HSL | 235.43º | 0.61% | 0.66% | - |
| HSV(B) | 235.43º | 0.48% | 0.87% | - |
| XYZ | 27.46 | 23.35 | 71.47 | - |
| YUV | 132.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 221 | 0.48 | 0.44 | 0 | 0.13 | 235.43 | 0.61 | 0.66 |
| Hex | 74 | 7C | DD | 30 | 2C | 0 | D | EB | 3D | 42 |
| Octal | 164 | 174 | 335 | 60 | 54 | 0 | 15 | 353 | 75 | 102 |
| Binary | 1110100 | 1111100 | 11011101 | 110000 | 101100 | 0 | 1101 | 11101011 | 111101 | 1000010 |
Color Harmonies of #747CDD
Complementary color
Monochromatic Colors of #747CDD
Black with #747CDD
Text Example
Text Example
White with #747CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CDD; }
p { color: rgb(116,124,221); }
H1.HeaderClassName
{
color: #747CDD;
}
.AnyTagClassName
{
color: #747CDD;
}
</style>
background-color css
<style>
a { background-color: #747CDD; }
a { background-color: rgb(116,124,221); }
div.DivClassName
{
background-color: #747CDD;
}
.BgClassName
{
background-color: #747CDD;
}
</style>
border-color css
<style>
span { border-color: #747CDD; }
span { border-color: rgb(116,124,221); }
td.TdClassName
{
border-color: #747CDD;
}
.TagClassName
{
border-color: #747CDD;
}
</style>