Shades of Moody Blue #787ECC
Tints of Moody Blue #787ECC
RGB
CMYK
RGB Variations
Color information
#787ECC (or 0x787ECC) is known color: Moody Blue. HEX triplet: 78, 7E and CC. RGB value is (120,126,204). Sum of RGB (Red+Green+Blue) = 120+126+204=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #787ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ECC is #878133. Grayscale: #848484. Windows color (decimal): -8880436 or 13401720. OLE color: 13401720.
HSL color Cylindrical-coordinate representation of color #787ECC: hue angle of 235.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787ECC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 126 | 204 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.2 |
| HSL | 235.71º | 0.45% | 0.64% | - |
| HSV(B) | 235.71º | 0.41% | 0.8% | - |
| XYZ | 26.11 | 23.27 | 60.24 | - |
| YUV | 133.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 204 | 0.41 | 0.38 | 0 | 0.2 | 235.71 | 0.45 | 0.64 |
| Hex | 78 | 7E | CC | 29 | 26 | 0 | 14 | EC | 2D | 40 |
| Octal | 170 | 176 | 314 | 51 | 46 | 0 | 24 | 354 | 55 | 100 |
| Binary | 1111000 | 1111110 | 11001100 | 101001 | 100110 | 0 | 10100 | 11101100 | 101101 | 1000000 |
Color Harmonies of #787ECC
Complementary color
Monochromatic Colors of #787ECC
Black with #787ECC
Text Example
Text Example
White with #787ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ECC; }
p { color: rgb(120,126,204); }
H1.HeaderClassName
{
color: #787ECC;
}
.AnyTagClassName
{
color: #787ECC;
}
</style>
background-color css
<style>
a { background-color: #787ECC; }
a { background-color: rgb(120,126,204); }
div.DivClassName
{
background-color: #787ECC;
}
.BgClassName
{
background-color: #787ECC;
}
</style>
border-color css
<style>
span { border-color: #787ECC; }
span { border-color: rgb(120,126,204); }
td.TdClassName
{
border-color: #787ECC;
}
.TagClassName
{
border-color: #787ECC;
}
</style>