Shades of Moody Blue #787ADC
Tints of Moody Blue #787ADC
RGB
CMYK
RGB Variations
Color information
#787ADC (or 0x787ADC) is known color: Moody Blue. HEX triplet: 78, 7A and DC. RGB value is (120,122,220). Sum of RGB (Red+Green+Blue) = 120+122+220=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #787ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ADC is #878523. Grayscale: #848484. Windows color (decimal): -8881444 or 14449272. OLE color: 14449272.
HSL color Cylindrical-coordinate representation of color #787ADC: hue angle of 238.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787ADC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 122 | 220 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.14 |
| HSL | 238.8º | 0.59% | 0.67% | - |
| HSV(B) | 238.8º | 0.45% | 0.86% | - |
| XYZ | 27.62 | 23.08 | 70.71 | - |
| YUV | 132.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 220 | 0.45 | 0.45 | 0 | 0.14 | 238.8 | 0.59 | 0.67 |
| Hex | 78 | 7A | DC | 2D | 2D | 0 | E | EF | 3B | 43 |
| Octal | 170 | 172 | 334 | 55 | 55 | 0 | 16 | 357 | 73 | 103 |
| Binary | 1111000 | 1111010 | 11011100 | 101101 | 101101 | 0 | 1110 | 11101111 | 111011 | 1000011 |
Color Harmonies of #787ADC
Complementary color
Monochromatic Colors of #787ADC
Black with #787ADC
Text Example
Text Example
White with #787ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ADC; }
p { color: rgb(120,122,220); }
H1.HeaderClassName
{
color: #787ADC;
}
.AnyTagClassName
{
color: #787ADC;
}
</style>
background-color css
<style>
a { background-color: #787ADC; }
a { background-color: rgb(120,122,220); }
div.DivClassName
{
background-color: #787ADC;
}
.BgClassName
{
background-color: #787ADC;
}
</style>
border-color css
<style>
span { border-color: #787ADC; }
span { border-color: rgb(120,122,220); }
td.TdClassName
{
border-color: #787ADC;
}
.TagClassName
{
border-color: #787ADC;
}
</style>