Shades of Moody Blue #787ECB
Tints of Moody Blue #787ECB
RGB
CMYK
RGB Variations
Color information
#787ECB (or 0x787ECB) is known color: Moody Blue. HEX triplet: 78, 7E and CB. RGB value is (120,126,203). Sum of RGB (Red+Green+Blue) = 120+126+203=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #787ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ECB is #878134. Grayscale: #848484. Windows color (decimal): -8880437 or 13336184. OLE color: 13336184.
HSL color Cylindrical-coordinate representation of color #787ECB: hue angle of 235.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787ECB is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 126 | 203 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.20 |
| HSL | 235.66º | 0.44% | 0.63% | - |
| HSV(B) | 235.66º | 0.41% | 0.8% | - |
| XYZ | 25.99 | 23.23 | 59.61 | - |
| YUV | 132.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 203 | 0.41 | 0.38 | 0 | 0.20 | 235.66 | 0.44 | 0.63 |
| Hex | 78 | 7E | CB | 29 | 26 | 0 | 14 | EC | 2C | 3F |
| Octal | 170 | 176 | 313 | 51 | 46 | 0 | 24 | 354 | 54 | 77 |
| Binary | 1111000 | 1111110 | 11001011 | 101001 | 100110 | 0 | 10100 | 11101100 | 101100 | 111111 |
Color Harmonies of #787ECB
Complementary color
Monochromatic Colors of #787ECB
Black with #787ECB
Text Example
Text Example
White with #787ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ECB; }
p { color: rgb(120,126,203); }
H1.HeaderClassName
{
color: #787ECB;
}
.AnyTagClassName
{
color: #787ECB;
}
</style>
background-color css
<style>
a { background-color: #787ECB; }
a { background-color: rgb(120,126,203); }
div.DivClassName
{
background-color: #787ECB;
}
.BgClassName
{
background-color: #787ECB;
}
</style>
border-color css
<style>
span { border-color: #787ECB; }
span { border-color: rgb(120,126,203); }
td.TdClassName
{
border-color: #787ECB;
}
.TagClassName
{
border-color: #787ECB;
}
</style>