Shades of Moody Blue #777CCF
Tints of Moody Blue #777CCF
RGB
CMYK
RGB Variations
Color information
#777CCF (or 0x777CCF) is known color: Moody Blue. HEX triplet: 77, 7C and CF. RGB value is (119,124,207). Sum of RGB (Red+Green+Blue) = 119+124+207=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #777CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CCF is #888330. Grayscale: #838383. Windows color (decimal): -8946481 or 13597815. OLE color: 13597815.
HSL color Cylindrical-coordinate representation of color #777CCF: hue angle of 236.59º 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 #777CCF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 124 | 207 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.19 |
| HSL | 236.59º | 0.48% | 0.64% | - |
| HSV(B) | 236.59º | 0.43% | 0.81% | - |
| XYZ | 26.08 | 22.84 | 62.07 | - |
| YUV | 131.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 207 | 0.43 | 0.40 | 0 | 0.19 | 236.59 | 0.48 | 0.64 |
| Hex | 77 | 7C | CF | 2B | 28 | 0 | 13 | ED | 30 | 40 |
| Octal | 167 | 174 | 317 | 53 | 50 | 0 | 23 | 355 | 60 | 100 |
| Binary | 1110111 | 1111100 | 11001111 | 101011 | 101000 | 0 | 10011 | 11101101 | 110000 | 1000000 |
Color Harmonies of #777CCF
Complementary color
Monochromatic Colors of #777CCF
Black with #777CCF
Text Example
Text Example
White with #777CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CCF; }
p { color: rgb(119,124,207); }
H1.HeaderClassName
{
color: #777CCF;
}
.AnyTagClassName
{
color: #777CCF;
}
</style>
background-color css
<style>
a { background-color: #777CCF; }
a { background-color: rgb(119,124,207); }
div.DivClassName
{
background-color: #777CCF;
}
.BgClassName
{
background-color: #777CCF;
}
</style>
border-color css
<style>
span { border-color: #777CCF; }
span { border-color: rgb(119,124,207); }
td.TdClassName
{
border-color: #777CCF;
}
.TagClassName
{
border-color: #777CCF;
}
</style>