Shades of Moody Blue #787BC0
Tints of Moody Blue #787BC0
RGB
CMYK
RGB Variations
Color information
#787BC0 (or 0x787BC0) is known color: Moody Blue. HEX triplet: 78, 7B and C0. RGB value is (120,123,192). Sum of RGB (Red+Green+Blue) = 120+123+192=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #787BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BC0 is #87843F. Grayscale: #818181. Windows color (decimal): -8881216 or 12614520. OLE color: 12614520.
HSL color Cylindrical-coordinate representation of color #787BC0: hue angle of 237.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #787BC0 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 123 | 192 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.25 |
| HSL | 237.5º | 0.36% | 0.61% | - |
| HSV(B) | 237.5º | 0.38% | 0.75% | - |
| XYZ | 24.34 | 21.96 | 52.83 | - |
| YUV | 129.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 192 | 0.38 | 0.36 | 0 | 0.25 | 237.5 | 0.36 | 0.61 |
| Hex | 78 | 7B | C0 | 26 | 24 | 0 | 19 | EE | 24 | 3D |
| Octal | 170 | 173 | 300 | 46 | 44 | 0 | 31 | 356 | 44 | 75 |
| Binary | 1111000 | 1111011 | 11000000 | 100110 | 100100 | 0 | 11001 | 11101110 | 100100 | 111101 |
Color Harmonies of #787BC0
Complementary color
Monochromatic Colors of #787BC0
Black with #787BC0
Text Example
Text Example
White with #787BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BC0; }
p { color: rgb(120,123,192); }
H1.HeaderClassName
{
color: #787BC0;
}
.AnyTagClassName
{
color: #787BC0;
}
</style>
background-color css
<style>
a { background-color: #787BC0; }
a { background-color: rgb(120,123,192); }
div.DivClassName
{
background-color: #787BC0;
}
.BgClassName
{
background-color: #787BC0;
}
</style>
border-color css
<style>
span { border-color: #787BC0; }
span { border-color: rgb(120,123,192); }
td.TdClassName
{
border-color: #787BC0;
}
.TagClassName
{
border-color: #787BC0;
}
</style>