Shades of Moody Blue #747BD4
Tints of Moody Blue #747BD4
RGB
CMYK
RGB Variations
Color information
#747BD4 (or 0x747BD4) is known color: Moody Blue. HEX triplet: 74, 7B and D4. RGB value is (116,123,212). Sum of RGB (Red+Green+Blue) = 116+123+212=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #747BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BD4 is #8B842B. Grayscale: #828282. Windows color (decimal): -9143340 or 13925236. OLE color: 13925236.
HSL color Cylindrical-coordinate representation of color #747BD4: hue angle of 235.62º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747BD4 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 123 | 212 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.17 |
| HSL | 235.63º | 0.53% | 0.64% | - |
| HSV(B) | 235.63º | 0.45% | 0.83% | - |
| XYZ | 26.17 | 22.63 | 65.28 | - |
| YUV | 131.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 212 | 0.45 | 0.42 | 0 | 0.17 | 235.63 | 0.53 | 0.64 |
| Hex | 74 | 7B | D4 | 2D | 2A | 0 | 11 | EC | 35 | 40 |
| Octal | 164 | 173 | 324 | 55 | 52 | 0 | 21 | 354 | 65 | 100 |
| Binary | 1110100 | 1111011 | 11010100 | 101101 | 101010 | 0 | 10001 | 11101100 | 110101 | 1000000 |
Color Harmonies of #747BD4
Complementary color
Monochromatic Colors of #747BD4
Black with #747BD4
Text Example
Text Example
White with #747BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BD4; }
p { color: rgb(116,123,212); }
H1.HeaderClassName
{
color: #747BD4;
}
.AnyTagClassName
{
color: #747BD4;
}
</style>
background-color css
<style>
a { background-color: #747BD4; }
a { background-color: rgb(116,123,212); }
div.DivClassName
{
background-color: #747BD4;
}
.BgClassName
{
background-color: #747BD4;
}
</style>
border-color css
<style>
span { border-color: #747BD4; }
span { border-color: rgb(116,123,212); }
td.TdClassName
{
border-color: #747BD4;
}
.TagClassName
{
border-color: #747BD4;
}
</style>