Shades of Moody Blue #787ADD
Tints of Moody Blue #787ADD
RGB
CMYK
RGB Variations
Color information
#787ADD (or 0x787ADD) is known color: Moody Blue. HEX triplet: 78, 7A and DD. RGB value is (120,122,221). Sum of RGB (Red+Green+Blue) = 120+122+221=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #787ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ADD is #878522. Grayscale: #848484. Windows color (decimal): -8881443 or 14514808. OLE color: 14514808.
HSL color Cylindrical-coordinate representation of color #787ADD: hue angle of 238.81º degrees, saturation: 0.6, 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 #787ADD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 122 | 221 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.81º | 0.6% | 0.67% | - |
| HSV(B) | 238.81º | 0.46% | 0.87% | - |
| XYZ | 27.76 | 23.13 | 71.41 | - |
| YUV | 132.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 221 | 0.46 | 0.45 | 0 | 0.13 | 238.81 | 0.6 | 0.67 |
| Hex | 78 | 7A | DD | 2E | 2D | 0 | D | EF | 3C | 43 |
| Octal | 170 | 172 | 335 | 56 | 55 | 0 | 15 | 357 | 74 | 103 |
| Binary | 1111000 | 1111010 | 11011101 | 101110 | 101101 | 0 | 1101 | 11101111 | 111100 | 1000011 |
Color Harmonies of #787ADD
Complementary color
Monochromatic Colors of #787ADD
Black with #787ADD
Text Example
Text Example
White with #787ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ADD; }
p { color: rgb(120,122,221); }
H1.HeaderClassName
{
color: #787ADD;
}
.AnyTagClassName
{
color: #787ADD;
}
</style>
background-color css
<style>
a { background-color: #787ADD; }
a { background-color: rgb(120,122,221); }
div.DivClassName
{
background-color: #787ADD;
}
.BgClassName
{
background-color: #787ADD;
}
</style>
border-color css
<style>
span { border-color: #787ADD; }
span { border-color: rgb(120,122,221); }
td.TdClassName
{
border-color: #787ADD;
}
.TagClassName
{
border-color: #787ADD;
}
</style>