Shades of Moody Blue #777CC4
Tints of Moody Blue #777CC4
RGB
CMYK
RGB Variations
Color information
#777CC4 (or 0x777CC4) is known color: Moody Blue. HEX triplet: 77, 7C and C4. RGB value is (119,124,196). Sum of RGB (Red+Green+Blue) = 119+124+196=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #777CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CC4 is #88833B. Grayscale: #828282. Windows color (decimal): -8946492 or 12876919. OLE color: 12876919.
HSL color Cylindrical-coordinate representation of color #777CC4: hue angle of 236.1º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777CC4 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 124 | 196 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.23 |
| HSL | 236.1º | 0.39% | 0.62% | - |
| HSV(B) | 236.1º | 0.39% | 0.77% | - |
| XYZ | 24.78 | 22.32 | 55.23 | - |
| YUV | 130.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 196 | 0.39 | 0.37 | 0 | 0.23 | 236.1 | 0.39 | 0.62 |
| Hex | 77 | 7C | C4 | 27 | 25 | 0 | 17 | EC | 27 | 3E |
| Octal | 167 | 174 | 304 | 47 | 45 | 0 | 27 | 354 | 47 | 76 |
| Binary | 1110111 | 1111100 | 11000100 | 100111 | 100101 | 0 | 10111 | 11101100 | 100111 | 111110 |
Color Harmonies of #777CC4
Complementary color
Monochromatic Colors of #777CC4
Black with #777CC4
Text Example
Text Example
White with #777CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CC4; }
p { color: rgb(119,124,196); }
H1.HeaderClassName
{
color: #777CC4;
}
.AnyTagClassName
{
color: #777CC4;
}
</style>
background-color css
<style>
a { background-color: #777CC4; }
a { background-color: rgb(119,124,196); }
div.DivClassName
{
background-color: #777CC4;
}
.BgClassName
{
background-color: #777CC4;
}
</style>
border-color css
<style>
span { border-color: #777CC4; }
span { border-color: rgb(119,124,196); }
td.TdClassName
{
border-color: #777CC4;
}
.TagClassName
{
border-color: #777CC4;
}
</style>