Shades of Moody Blue #787BDB
Tints of Moody Blue #787BDB
RGB
CMYK
RGB Variations
Color information
#787BDB (or 0x787BDB) is known color: Moody Blue. HEX triplet: 78, 7B and DB. RGB value is (120,123,219). Sum of RGB (Red+Green+Blue) = 120+123+219=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #787BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDB is #878424. Grayscale: #848484. Windows color (decimal): -8881189 or 14383992. OLE color: 14383992.
HSL color Cylindrical-coordinate representation of color #787BDB: hue angle of 238.18º 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 #787BDB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 123 | 219 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.14 |
| HSL | 238.18º | 0.58% | 0.66% | - |
| HSV(B) | 238.18º | 0.45% | 0.86% | - |
| XYZ | 27.61 | 23.27 | 70.05 | - |
| YUV | 133.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 219 | 0.45 | 0.44 | 0 | 0.14 | 238.18 | 0.58 | 0.66 |
| Hex | 78 | 7B | DB | 2D | 2C | 0 | E | EE | 3A | 42 |
| Octal | 170 | 173 | 333 | 55 | 54 | 0 | 16 | 356 | 72 | 102 |
| Binary | 1111000 | 1111011 | 11011011 | 101101 | 101100 | 0 | 1110 | 11101110 | 111010 | 1000010 |
Color Harmonies of #787BDB
Complementary color
Monochromatic Colors of #787BDB
Black with #787BDB
Text Example
Text Example
White with #787BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BDB; }
p { color: rgb(120,123,219); }
H1.HeaderClassName
{
color: #787BDB;
}
.AnyTagClassName
{
color: #787BDB;
}
</style>
background-color css
<style>
a { background-color: #787BDB; }
a { background-color: rgb(120,123,219); }
div.DivClassName
{
background-color: #787BDB;
}
.BgClassName
{
background-color: #787BDB;
}
</style>
border-color css
<style>
span { border-color: #787BDB; }
span { border-color: rgb(120,123,219); }
td.TdClassName
{
border-color: #787BDB;
}
.TagClassName
{
border-color: #787BDB;
}
</style>