Shades of Moody Blue #787BC1
Tints of Moody Blue #787BC1
RGB
CMYK
RGB Variations
Color information
#787BC1 (or 0x787BC1) is known color: Moody Blue. HEX triplet: 78, 7B and C1. RGB value is (120,123,193). Sum of RGB (Red+Green+Blue) = 120+123+193=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #787BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BC1 is #87843E. Grayscale: #818181. Windows color (decimal): -8881215 or 12680056. OLE color: 12680056.
HSL color Cylindrical-coordinate representation of color #787BC1: hue angle of 237.53º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #787BC1 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 123 | 193 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.24 |
| HSL | 237.53º | 0.37% | 0.61% | - |
| HSV(B) | 237.53º | 0.38% | 0.76% | - |
| XYZ | 24.45 | 22.01 | 53.41 | - |
| YUV | 130.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 193 | 0.38 | 0.36 | 0 | 0.24 | 237.53 | 0.37 | 0.61 |
| Hex | 78 | 7B | C1 | 26 | 24 | 0 | 18 | EE | 25 | 3D |
| Octal | 170 | 173 | 301 | 46 | 44 | 0 | 30 | 356 | 45 | 75 |
| Binary | 1111000 | 1111011 | 11000001 | 100110 | 100100 | 0 | 11000 | 11101110 | 100101 | 111101 |
Color Harmonies of #787BC1
Complementary color
Monochromatic Colors of #787BC1
Black with #787BC1
Text Example
Text Example
White with #787BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BC1; }
p { color: rgb(120,123,193); }
H1.HeaderClassName
{
color: #787BC1;
}
.AnyTagClassName
{
color: #787BC1;
}
</style>
background-color css
<style>
a { background-color: #787BC1; }
a { background-color: rgb(120,123,193); }
div.DivClassName
{
background-color: #787BC1;
}
.BgClassName
{
background-color: #787BC1;
}
</style>
border-color css
<style>
span { border-color: #787BC1; }
span { border-color: rgb(120,123,193); }
td.TdClassName
{
border-color: #787BC1;
}
.TagClassName
{
border-color: #787BC1;
}
</style>