Shades of Moody Blue #777BDA
Tints of Moody Blue #777BDA
RGB
CMYK
RGB Variations
Color information
#777BDA (or 0x777BDA) is known color: Moody Blue. HEX triplet: 77, 7B and DA. RGB value is (119,123,218). Sum of RGB (Red+Green+Blue) = 119+123+218=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #777BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDA is #888425. Grayscale: #848484. Windows color (decimal): -8946726 or 14318455. OLE color: 14318455.
HSL color Cylindrical-coordinate representation of color #777BDA: hue angle of 237.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777BDA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 123 | 218 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.15 |
| HSL | 237.58º | 0.57% | 0.66% | - |
| HSV(B) | 237.58º | 0.45% | 0.85% | - |
| XYZ | 27.35 | 23.15 | 69.36 | - |
| YUV | 132.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 218 | 0.45 | 0.44 | 0 | 0.15 | 237.58 | 0.57 | 0.66 |
| Hex | 77 | 7B | DA | 2D | 2C | 0 | F | EE | 39 | 42 |
| Octal | 167 | 173 | 332 | 55 | 54 | 0 | 17 | 356 | 71 | 102 |
| Binary | 1110111 | 1111011 | 11011010 | 101101 | 101100 | 0 | 1111 | 11101110 | 111001 | 1000010 |
Color Harmonies of #777BDA
Complementary color
Monochromatic Colors of #777BDA
Black with #777BDA
Text Example
Text Example
White with #777BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BDA; }
p { color: rgb(119,123,218); }
H1.HeaderClassName
{
color: #777BDA;
}
.AnyTagClassName
{
color: #777BDA;
}
</style>
background-color css
<style>
a { background-color: #777BDA; }
a { background-color: rgb(119,123,218); }
div.DivClassName
{
background-color: #777BDA;
}
.BgClassName
{
background-color: #777BDA;
}
</style>
border-color css
<style>
span { border-color: #777BDA; }
span { border-color: rgb(119,123,218); }
td.TdClassName
{
border-color: #777BDA;
}
.TagClassName
{
border-color: #777BDA;
}
</style>