Shades of Moody Blue #787ED3
Tints of Moody Blue #787ED3
RGB
CMYK
RGB Variations
Color information
#787ED3 (or 0x787ED3) is known color: Moody Blue. HEX triplet: 78, 7E and D3. RGB value is (120,126,211). Sum of RGB (Red+Green+Blue) = 120+126+211=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #787ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ED3 is #87812C. Grayscale: #858585. Windows color (decimal): -8880429 or 13860472. OLE color: 13860472.
HSL color Cylindrical-coordinate representation of color #787ED3: hue angle of 236.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787ED3 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 126 | 211 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.17 |
| HSL | 236.04º | 0.51% | 0.65% | - |
| HSV(B) | 236.04º | 0.43% | 0.83% | - |
| XYZ | 26.96 | 23.62 | 64.77 | - |
| YUV | 133.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 211 | 0.43 | 0.40 | 0 | 0.17 | 236.04 | 0.51 | 0.65 |
| Hex | 78 | 7E | D3 | 2B | 28 | 0 | 11 | EC | 33 | 41 |
| Octal | 170 | 176 | 323 | 53 | 50 | 0 | 21 | 354 | 63 | 101 |
| Binary | 1111000 | 1111110 | 11010011 | 101011 | 101000 | 0 | 10001 | 11101100 | 110011 | 1000001 |
Color Harmonies of #787ED3
Complementary color
Monochromatic Colors of #787ED3
Black with #787ED3
Text Example
Text Example
White with #787ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ED3; }
p { color: rgb(120,126,211); }
H1.HeaderClassName
{
color: #787ED3;
}
.AnyTagClassName
{
color: #787ED3;
}
</style>
background-color css
<style>
a { background-color: #787ED3; }
a { background-color: rgb(120,126,211); }
div.DivClassName
{
background-color: #787ED3;
}
.BgClassName
{
background-color: #787ED3;
}
</style>
border-color css
<style>
span { border-color: #787ED3; }
span { border-color: rgb(120,126,211); }
td.TdClassName
{
border-color: #787ED3;
}
.TagClassName
{
border-color: #787ED3;
}
</style>