Shades of Moody Blue #787CDD
Tints of Moody Blue #787CDD
RGB
CMYK
RGB Variations
Color information
#787CDD (or 0x787CDD) is known color: Moody Blue. HEX triplet: 78, 7C and DD. RGB value is (120,124,221). Sum of RGB (Red+Green+Blue) = 120+124+221=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #787CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CDD is #878322. Grayscale: #858585. Windows color (decimal): -8880931 or 14515320. OLE color: 14515320.
HSL color Cylindrical-coordinate representation of color #787CDD: hue angle of 237.62º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787CDD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 124 | 221 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.13 |
| HSL | 237.62º | 0.6% | 0.67% | - |
| HSV(B) | 237.62º | 0.46% | 0.87% | - |
| XYZ | 28 | 23.63 | 71.49 | - |
| YUV | 133.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 221 | 0.46 | 0.44 | 0 | 0.13 | 237.62 | 0.6 | 0.67 |
| Hex | 78 | 7C | DD | 2E | 2C | 0 | D | EE | 3C | 43 |
| Octal | 170 | 174 | 335 | 56 | 54 | 0 | 15 | 356 | 74 | 103 |
| Binary | 1111000 | 1111100 | 11011101 | 101110 | 101100 | 0 | 1101 | 11101110 | 111100 | 1000011 |
Color Harmonies of #787CDD
Complementary color
Monochromatic Colors of #787CDD
Black with #787CDD
Text Example
Text Example
White with #787CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CDD; }
p { color: rgb(120,124,221); }
H1.HeaderClassName
{
color: #787CDD;
}
.AnyTagClassName
{
color: #787CDD;
}
</style>
background-color css
<style>
a { background-color: #787CDD; }
a { background-color: rgb(120,124,221); }
div.DivClassName
{
background-color: #787CDD;
}
.BgClassName
{
background-color: #787CDD;
}
</style>
border-color css
<style>
span { border-color: #787CDD; }
span { border-color: rgb(120,124,221); }
td.TdClassName
{
border-color: #787CDD;
}
.TagClassName
{
border-color: #787CDD;
}
</style>