Shades of Moody Blue #7780DC
Tints of Moody Blue #7780DC
RGB
CMYK
RGB Variations
Color information
#7780DC (or 0x7780DC) is known color: Moody Blue. HEX triplet: 77, 80 and DC. RGB value is (119,128,220). Sum of RGB (Red+Green+Blue) = 119+128+220=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7780DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780DC is #887F23. Grayscale: #878787. Windows color (decimal): -8945444 or 14450807. OLE color: 14450807.
HSL color Cylindrical-coordinate representation of color #7780DC: hue angle of 234.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7780DC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 128 | 220 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.14 |
| HSL | 234.65º | 0.59% | 0.66% | - |
| HSV(B) | 234.65º | 0.46% | 0.86% | - |
| XYZ | 28.25 | 24.53 | 70.96 | - |
| YUV | 135.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 220 | 0.46 | 0.42 | 0 | 0.14 | 234.65 | 0.59 | 0.66 |
| Hex | 77 | 80 | DC | 2E | 2A | 0 | E | EB | 3B | 42 |
| Octal | 167 | 200 | 334 | 56 | 52 | 0 | 16 | 353 | 73 | 102 |
| Binary | 1110111 | 10000000 | 11011100 | 101110 | 101010 | 0 | 1110 | 11101011 | 111011 | 1000010 |
Color Harmonies of #7780DC
Complementary color
Monochromatic Colors of #7780DC
Black with #7780DC
Text Example
Text Example
White with #7780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780DC; }
p { color: rgb(119,128,220); }
H1.HeaderClassName
{
color: #7780DC;
}
.AnyTagClassName
{
color: #7780DC;
}
</style>
background-color css
<style>
a { background-color: #7780DC; }
a { background-color: rgb(119,128,220); }
div.DivClassName
{
background-color: #7780DC;
}
.BgClassName
{
background-color: #7780DC;
}
</style>
border-color css
<style>
span { border-color: #7780DC; }
span { border-color: rgb(119,128,220); }
td.TdClassName
{
border-color: #7780DC;
}
.TagClassName
{
border-color: #7780DC;
}
</style>