Shades of Moody Blue #777ECF
Tints of Moody Blue #777ECF
RGB
CMYK
RGB Variations
Color information
#777ECF (or 0x777ECF) is known color: Moody Blue. HEX triplet: 77, 7E and CF. RGB value is (119,126,207). Sum of RGB (Red+Green+Blue) = 119+126+207=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #777ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ECF is #888130. Grayscale: #848484. Windows color (decimal): -8945969 or 13598327. OLE color: 13598327.
HSL color Cylindrical-coordinate representation of color #777ECF: hue angle of 235.23º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777ECF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 126 | 207 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.19 |
| HSL | 235.23º | 0.48% | 0.64% | - |
| HSV(B) | 235.23º | 0.43% | 0.81% | - |
| XYZ | 26.33 | 23.35 | 62.15 | - |
| YUV | 133.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 207 | 0.43 | 0.39 | 0 | 0.19 | 235.23 | 0.48 | 0.64 |
| Hex | 77 | 7E | CF | 2B | 27 | 0 | 13 | EB | 30 | 40 |
| Octal | 167 | 176 | 317 | 53 | 47 | 0 | 23 | 353 | 60 | 100 |
| Binary | 1110111 | 1111110 | 11001111 | 101011 | 100111 | 0 | 10011 | 11101011 | 110000 | 1000000 |
Color Harmonies of #777ECF
Complementary color
Monochromatic Colors of #777ECF
Black with #777ECF
Text Example
Text Example
White with #777ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ECF; }
p { color: rgb(119,126,207); }
H1.HeaderClassName
{
color: #777ECF;
}
.AnyTagClassName
{
color: #777ECF;
}
</style>
background-color css
<style>
a { background-color: #777ECF; }
a { background-color: rgb(119,126,207); }
div.DivClassName
{
background-color: #777ECF;
}
.BgClassName
{
background-color: #777ECF;
}
</style>
border-color css
<style>
span { border-color: #777ECF; }
span { border-color: rgb(119,126,207); }
td.TdClassName
{
border-color: #777ECF;
}
.TagClassName
{
border-color: #777ECF;
}
</style>