Shades of Moody Blue #777FCD
Tints of Moody Blue #777FCD
RGB
CMYK
RGB Variations
Color information
#777FCD (or 0x777FCD) is known color: Moody Blue. HEX triplet: 77, 7F and CD. RGB value is (119,127,205). Sum of RGB (Red+Green+Blue) = 119+127+205=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #777FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FCD is #888032. Grayscale: #858585. Windows color (decimal): -8945715 or 13467511. OLE color: 13467511.
HSL color Cylindrical-coordinate representation of color #777FCD: hue angle of 234.42º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777FCD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 127 | 205 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.20 |
| HSL | 234.42º | 0.46% | 0.64% | - |
| HSV(B) | 234.42º | 0.42% | 0.8% | - |
| XYZ | 26.22 | 23.51 | 60.91 | - |
| YUV | 133.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 205 | 0.42 | 0.38 | 0 | 0.20 | 234.42 | 0.46 | 0.64 |
| Hex | 77 | 7F | CD | 2A | 26 | 0 | 14 | EA | 2E | 40 |
| Octal | 167 | 177 | 315 | 52 | 46 | 0 | 24 | 352 | 56 | 100 |
| Binary | 1110111 | 1111111 | 11001101 | 101010 | 100110 | 0 | 10100 | 11101010 | 101110 | 1000000 |
Color Harmonies of #777FCD
Complementary color
Monochromatic Colors of #777FCD
Black with #777FCD
Text Example
Text Example
White with #777FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FCD; }
p { color: rgb(119,127,205); }
H1.HeaderClassName
{
color: #777FCD;
}
.AnyTagClassName
{
color: #777FCD;
}
</style>
background-color css
<style>
a { background-color: #777FCD; }
a { background-color: rgb(119,127,205); }
div.DivClassName
{
background-color: #777FCD;
}
.BgClassName
{
background-color: #777FCD;
}
</style>
border-color css
<style>
span { border-color: #777FCD; }
span { border-color: rgb(119,127,205); }
td.TdClassName
{
border-color: #777FCD;
}
.TagClassName
{
border-color: #777FCD;
}
</style>