Shades of Moody Blue #787EDB
Tints of Moody Blue #787EDB
RGB
CMYK
RGB Variations
Color information
#787EDB (or 0x787EDB) is known color: Moody Blue. HEX triplet: 78, 7E and DB. RGB value is (120,126,219). Sum of RGB (Red+Green+Blue) = 120+126+219=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #787EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787EDB is #878124. Grayscale: #868686. Windows color (decimal): -8880421 or 14384760. OLE color: 14384760.
HSL color Cylindrical-coordinate representation of color #787EDB: hue angle of 236.36º 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 #787EDB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 126 | 219 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.14 |
| HSL | 236.36º | 0.58% | 0.66% | - |
| HSV(B) | 236.36º | 0.45% | 0.86% | - |
| XYZ | 27.99 | 24.03 | 70.18 | - |
| YUV | 134.81 | 175.51 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 219 | 0.45 | 0.42 | 0 | 0.14 | 236.36 | 0.58 | 0.66 |
| Hex | 78 | 7E | DB | 2D | 2A | 0 | E | EC | 3A | 42 |
| Octal | 170 | 176 | 333 | 55 | 52 | 0 | 16 | 354 | 72 | 102 |
| Binary | 1111000 | 1111110 | 11011011 | 101101 | 101010 | 0 | 1110 | 11101100 | 111010 | 1000010 |
Color Harmonies of #787EDB
Complementary color
Monochromatic Colors of #787EDB
Black with #787EDB
Text Example
Text Example
White with #787EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787EDB; }
p { color: rgb(120,126,219); }
H1.HeaderClassName
{
color: #787EDB;
}
.AnyTagClassName
{
color: #787EDB;
}
</style>
background-color css
<style>
a { background-color: #787EDB; }
a { background-color: rgb(120,126,219); }
div.DivClassName
{
background-color: #787EDB;
}
.BgClassName
{
background-color: #787EDB;
}
</style>
border-color css
<style>
span { border-color: #787EDB; }
span { border-color: rgb(120,126,219); }
td.TdClassName
{
border-color: #787EDB;
}
.TagClassName
{
border-color: #787EDB;
}
</style>