Shades of Moody Blue #787DDB
Tints of Moody Blue #787DDB
RGB
CMYK
RGB Variations
Color information
#787DDB (or 0x787DDB) is known color: Moody Blue. HEX triplet: 78, 7D and DB. RGB value is (120,125,219). Sum of RGB (Red+Green+Blue) = 120+125+219=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #787DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DDB is #878224. Grayscale: #858585. Windows color (decimal): -8880677 or 14384504. OLE color: 14384504.
HSL color Cylindrical-coordinate representation of color #787DDB: hue angle of 236.97º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787DDB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 125 | 219 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.14 |
| HSL | 236.97º | 0.58% | 0.66% | - |
| HSV(B) | 236.97º | 0.45% | 0.86% | - |
| XYZ | 27.87 | 23.77 | 70.14 | - |
| YUV | 134.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 219 | 0.45 | 0.43 | 0 | 0.14 | 236.97 | 0.58 | 0.66 |
| Hex | 78 | 7D | DB | 2D | 2B | 0 | E | ED | 3A | 42 |
| Octal | 170 | 175 | 333 | 55 | 53 | 0 | 16 | 355 | 72 | 102 |
| Binary | 1111000 | 1111101 | 11011011 | 101101 | 101011 | 0 | 1110 | 11101101 | 111010 | 1000010 |
Color Harmonies of #787DDB
Complementary color
Monochromatic Colors of #787DDB
Black with #787DDB
Text Example
Text Example
White with #787DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DDB; }
p { color: rgb(120,125,219); }
H1.HeaderClassName
{
color: #787DDB;
}
.AnyTagClassName
{
color: #787DDB;
}
</style>
background-color css
<style>
a { background-color: #787DDB; }
a { background-color: rgb(120,125,219); }
div.DivClassName
{
background-color: #787DDB;
}
.BgClassName
{
background-color: #787DDB;
}
</style>
border-color css
<style>
span { border-color: #787DDB; }
span { border-color: rgb(120,125,219); }
td.TdClassName
{
border-color: #787DDB;
}
.TagClassName
{
border-color: #787DDB;
}
</style>