Shades of Moody Blue #787CDE
Tints of Moody Blue #787CDE
RGB
CMYK
RGB Variations
Color information
#787CDE (or 0x787CDE) is known color: Moody Blue. HEX triplet: 78, 7C and DE. RGB value is (120,124,222). Sum of RGB (Red+Green+Blue) = 120+124+222=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #787CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CDE is #878321. Grayscale: #858585. Windows color (decimal): -8880930 or 14580856. OLE color: 14580856.
HSL color Cylindrical-coordinate representation of color #787CDE: hue angle of 237.65º degrees, saturation: 0.61, 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 #787CDE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 124 | 222 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.13 |
| HSL | 237.65º | 0.61% | 0.67% | - |
| HSV(B) | 237.65º | 0.46% | 0.87% | - |
| XYZ | 28.14 | 23.68 | 72.2 | - |
| YUV | 133.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 222 | 0.46 | 0.44 | 0 | 0.13 | 237.65 | 0.61 | 0.67 |
| Hex | 78 | 7C | DE | 2E | 2C | 0 | D | EE | 3D | 43 |
| Octal | 170 | 174 | 336 | 56 | 54 | 0 | 15 | 356 | 75 | 103 |
| Binary | 1111000 | 1111100 | 11011110 | 101110 | 101100 | 0 | 1101 | 11101110 | 111101 | 1000011 |
Color Harmonies of #787CDE
Complementary color
Monochromatic Colors of #787CDE
Black with #787CDE
Text Example
Text Example
White with #787CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CDE; }
p { color: rgb(120,124,222); }
H1.HeaderClassName
{
color: #787CDE;
}
.AnyTagClassName
{
color: #787CDE;
}
</style>
background-color css
<style>
a { background-color: #787CDE; }
a { background-color: rgb(120,124,222); }
div.DivClassName
{
background-color: #787CDE;
}
.BgClassName
{
background-color: #787CDE;
}
</style>
border-color css
<style>
span { border-color: #787CDE; }
span { border-color: rgb(120,124,222); }
td.TdClassName
{
border-color: #787CDE;
}
.TagClassName
{
border-color: #787CDE;
}
</style>