Shades of Moody Blue #787DCA
Tints of Moody Blue #787DCA
RGB
CMYK
RGB Variations
Color information
#787DCA (or 0x787DCA) is known color: Moody Blue. HEX triplet: 78, 7D and CA. RGB value is (120,125,202). Sum of RGB (Red+Green+Blue) = 120+125+202=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #787DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DCA is #878235. Grayscale: #838383. Windows color (decimal): -8880694 or 13270392. OLE color: 13270392.
HSL color Cylindrical-coordinate representation of color #787DCA: hue angle of 236.34º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787DCA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 125 | 202 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.21 |
| HSL | 236.34º | 0.44% | 0.63% | - |
| HSV(B) | 236.34º | 0.41% | 0.79% | - |
| XYZ | 25.74 | 22.92 | 58.95 | - |
| YUV | 132.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 202 | 0.41 | 0.38 | 0 | 0.21 | 236.34 | 0.44 | 0.63 |
| Hex | 78 | 7D | CA | 29 | 26 | 0 | 15 | EC | 2C | 3F |
| Octal | 170 | 175 | 312 | 51 | 46 | 0 | 25 | 354 | 54 | 77 |
| Binary | 1111000 | 1111101 | 11001010 | 101001 | 100110 | 0 | 10101 | 11101100 | 101100 | 111111 |
Color Harmonies of #787DCA
Complementary color
Monochromatic Colors of #787DCA
Black with #787DCA
Text Example
Text Example
White with #787DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DCA; }
p { color: rgb(120,125,202); }
H1.HeaderClassName
{
color: #787DCA;
}
.AnyTagClassName
{
color: #787DCA;
}
</style>
background-color css
<style>
a { background-color: #787DCA; }
a { background-color: rgb(120,125,202); }
div.DivClassName
{
background-color: #787DCA;
}
.BgClassName
{
background-color: #787DCA;
}
</style>
border-color css
<style>
span { border-color: #787DCA; }
span { border-color: rgb(120,125,202); }
td.TdClassName
{
border-color: #787DCA;
}
.TagClassName
{
border-color: #787DCA;
}
</style>