Shades of Moody Blue #7F77DC
Tints of Moody Blue #7F77DC
RGB
CMYK
RGB Variations
Color information
#7F77DC (or 0x7F77DC) is known color: Moody Blue. HEX triplet: 7F, 77 and DC. RGB value is (127,119,220). Sum of RGB (Red+Green+Blue) = 127+119+220=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77DC is #808823. Grayscale: #848484. Windows color (decimal): -8423460 or 14448511. OLE color: 14448511.
HSL color Cylindrical-coordinate representation of color #7F77DC: hue angle of 244.75º 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 #7F77DC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 119 | 220 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.14 |
| HSL | 244.75º | 0.59% | 0.66% | - |
| HSV(B) | 244.75º | 0.46% | 0.86% | - |
| XYZ | 28.27 | 22.87 | 70.64 | - |
| YUV | 132.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 220 | 0.42 | 0.46 | 0 | 0.14 | 244.75 | 0.59 | 0.66 |
| Hex | 7F | 77 | DC | 2A | 2E | 0 | E | F5 | 3B | 42 |
| Octal | 177 | 167 | 334 | 52 | 56 | 0 | 16 | 365 | 73 | 102 |
| Binary | 1111111 | 1110111 | 11011100 | 101010 | 101110 | 0 | 1110 | 11110101 | 111011 | 1000010 |
Color Harmonies of #7F77DC
Complementary color
Monochromatic Colors of #7F77DC
Black with #7F77DC
Text Example
Text Example
White with #7F77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77DC; }
p { color: rgb(127,119,220); }
H1.HeaderClassName
{
color: #7F77DC;
}
.AnyTagClassName
{
color: #7F77DC;
}
</style>
background-color css
<style>
a { background-color: #7F77DC; }
a { background-color: rgb(127,119,220); }
div.DivClassName
{
background-color: #7F77DC;
}
.BgClassName
{
background-color: #7F77DC;
}
</style>
border-color css
<style>
span { border-color: #7F77DC; }
span { border-color: rgb(127,119,220); }
td.TdClassName
{
border-color: #7F77DC;
}
.TagClassName
{
border-color: #7F77DC;
}
</style>