Shades of Moody Blue #787ADB
Tints of Moody Blue #787ADB
RGB
CMYK
RGB Variations
Color information
#787ADB (or 0x787ADB) is known color: Moody Blue. HEX triplet: 78, 7A and DB. RGB value is (120,122,219). Sum of RGB (Red+Green+Blue) = 120+122+219=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #787ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ADB is #878524. Grayscale: #848484. Windows color (decimal): -8881445 or 14383736. OLE color: 14383736.
HSL color Cylindrical-coordinate representation of color #787ADB: hue angle of 238.79º 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 #787ADB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 122 | 219 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.14 |
| HSL | 238.79º | 0.58% | 0.66% | - |
| HSV(B) | 238.79º | 0.45% | 0.86% | - |
| XYZ | 27.49 | 23.03 | 70.01 | - |
| YUV | 132.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 219 | 0.45 | 0.44 | 0 | 0.14 | 238.79 | 0.58 | 0.66 |
| Hex | 78 | 7A | DB | 2D | 2C | 0 | E | EF | 3A | 42 |
| Octal | 170 | 172 | 333 | 55 | 54 | 0 | 16 | 357 | 72 | 102 |
| Binary | 1111000 | 1111010 | 11011011 | 101101 | 101100 | 0 | 1110 | 11101111 | 111010 | 1000010 |
Color Harmonies of #787ADB
Complementary color
Monochromatic Colors of #787ADB
Black with #787ADB
Text Example
Text Example
White with #787ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ADB; }
p { color: rgb(120,122,219); }
H1.HeaderClassName
{
color: #787ADB;
}
.AnyTagClassName
{
color: #787ADB;
}
</style>
background-color css
<style>
a { background-color: #787ADB; }
a { background-color: rgb(120,122,219); }
div.DivClassName
{
background-color: #787ADB;
}
.BgClassName
{
background-color: #787ADB;
}
</style>
border-color css
<style>
span { border-color: #787ADB; }
span { border-color: rgb(120,122,219); }
td.TdClassName
{
border-color: #787ADB;
}
.TagClassName
{
border-color: #787ADB;
}
</style>