Shades of Moody Blue #787FDE
Tints of Moody Blue #787FDE
RGB
CMYK
RGB Variations
Color information
#787FDE (or 0x787FDE) is known color: Moody Blue. HEX triplet: 78, 7F and DE. RGB value is (120,127,222). Sum of RGB (Red+Green+Blue) = 120+127+222=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #787FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FDE is #878021. Grayscale: #878787. Windows color (decimal): -8880162 or 14581624. OLE color: 14581624.
HSL color Cylindrical-coordinate representation of color #787FDE: hue angle of 235.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787FDE is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 127 | 222 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 235.88º | 0.61% | 0.67% | - |
| HSV(B) | 235.88º | 0.46% | 0.87% | - |
| XYZ | 28.52 | 24.45 | 72.32 | - |
| YUV | 135.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 222 | 0.46 | 0.43 | 0 | 0.13 | 235.88 | 0.61 | 0.67 |
| Hex | 78 | 7F | DE | 2E | 2B | 0 | D | EC | 3D | 43 |
| Octal | 170 | 177 | 336 | 56 | 53 | 0 | 15 | 354 | 75 | 103 |
| Binary | 1111000 | 1111111 | 11011110 | 101110 | 101011 | 0 | 1101 | 11101100 | 111101 | 1000011 |
Color Harmonies of #787FDE
Complementary color
Monochromatic Colors of #787FDE
Black with #787FDE
Text Example
Text Example
White with #787FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FDE; }
p { color: rgb(120,127,222); }
H1.HeaderClassName
{
color: #787FDE;
}
.AnyTagClassName
{
color: #787FDE;
}
</style>
background-color css
<style>
a { background-color: #787FDE; }
a { background-color: rgb(120,127,222); }
div.DivClassName
{
background-color: #787FDE;
}
.BgClassName
{
background-color: #787FDE;
}
</style>
border-color css
<style>
span { border-color: #787FDE; }
span { border-color: rgb(120,127,222); }
td.TdClassName
{
border-color: #787FDE;
}
.TagClassName
{
border-color: #787FDE;
}
</style>