Shades of Moody Blue #787CDC
Tints of Moody Blue #787CDC
RGB
CMYK
RGB Variations
Color information
#787CDC (or 0x787CDC) is known color: Moody Blue. HEX triplet: 78, 7C and DC. RGB value is (120,124,220). Sum of RGB (Red+Green+Blue) = 120+124+220=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #787CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CDC is #878323. Grayscale: #858585. Windows color (decimal): -8880932 or 14449784. OLE color: 14449784.
HSL color Cylindrical-coordinate representation of color #787CDC: hue angle of 237.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787CDC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 124 | 220 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.14 |
| HSL | 237.6º | 0.59% | 0.67% | - |
| HSV(B) | 237.6º | 0.45% | 0.86% | - |
| XYZ | 27.87 | 23.58 | 70.79 | - |
| YUV | 133.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 220 | 0.45 | 0.44 | 0 | 0.14 | 237.6 | 0.59 | 0.67 |
| Hex | 78 | 7C | DC | 2D | 2C | 0 | E | EE | 3B | 43 |
| Octal | 170 | 174 | 334 | 55 | 54 | 0 | 16 | 356 | 73 | 103 |
| Binary | 1111000 | 1111100 | 11011100 | 101101 | 101100 | 0 | 1110 | 11101110 | 111011 | 1000011 |
Color Harmonies of #787CDC
Complementary color
Monochromatic Colors of #787CDC
Black with #787CDC
Text Example
Text Example
White with #787CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CDC; }
p { color: rgb(120,124,220); }
H1.HeaderClassName
{
color: #787CDC;
}
.AnyTagClassName
{
color: #787CDC;
}
</style>
background-color css
<style>
a { background-color: #787CDC; }
a { background-color: rgb(120,124,220); }
div.DivClassName
{
background-color: #787CDC;
}
.BgClassName
{
background-color: #787CDC;
}
</style>
border-color css
<style>
span { border-color: #787CDC; }
span { border-color: rgb(120,124,220); }
td.TdClassName
{
border-color: #787CDC;
}
.TagClassName
{
border-color: #787CDC;
}
</style>