Shades of Moody Blue #747DDD
Tints of Moody Blue #747DDD
RGB
CMYK
RGB Variations
Color information
#747DDD (or 0x747DDD) is known color: Moody Blue. HEX triplet: 74, 7D and DD. RGB value is (116,125,221). Sum of RGB (Red+Green+Blue) = 116+125+221=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #747DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDD is #8B8222. Grayscale: #848484. Windows color (decimal): -9142819 or 14515572. OLE color: 14515572.
HSL color Cylindrical-coordinate representation of color #747DDD: hue angle of 234.86º 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 #747DDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 125 | 221 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 234.86º | 0.61% | 0.66% | - |
| HSV(B) | 234.86º | 0.48% | 0.87% | - |
| XYZ | 27.59 | 23.6 | 71.51 | - |
| YUV | 133.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 221 | 0.48 | 0.43 | 0 | 0.13 | 234.86 | 0.61 | 0.66 |
| Hex | 74 | 7D | DD | 30 | 2B | 0 | D | EB | 3D | 42 |
| Octal | 164 | 175 | 335 | 60 | 53 | 0 | 15 | 353 | 75 | 102 |
| Binary | 1110100 | 1111101 | 11011101 | 110000 | 101011 | 0 | 1101 | 11101011 | 111101 | 1000010 |
Color Harmonies of #747DDD
Complementary color
Monochromatic Colors of #747DDD
Black with #747DDD
Text Example
Text Example
White with #747DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DDD; }
p { color: rgb(116,125,221); }
H1.HeaderClassName
{
color: #747DDD;
}
.AnyTagClassName
{
color: #747DDD;
}
</style>
background-color css
<style>
a { background-color: #747DDD; }
a { background-color: rgb(116,125,221); }
div.DivClassName
{
background-color: #747DDD;
}
.BgClassName
{
background-color: #747DDD;
}
</style>
border-color css
<style>
span { border-color: #747DDD; }
span { border-color: rgb(116,125,221); }
td.TdClassName
{
border-color: #747DDD;
}
.TagClassName
{
border-color: #747DDD;
}
</style>