Shades of Moody Blue #7F77D9
Tints of Moody Blue #7F77D9
RGB
CMYK
RGB Variations
Color information
#7F77D9 (or 0x7F77D9) is known color: Moody Blue. HEX triplet: 7F, 77 and D9. RGB value is (127,119,217). Sum of RGB (Red+Green+Blue) = 127+119+217=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F77D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77D9 is #808826. Grayscale: #848484. Windows color (decimal): -8423463 or 14251903. OLE color: 14251903.
HSL color Cylindrical-coordinate representation of color #7F77D9: hue angle of 244.9º degrees, saturation: 0.56, 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 #7F77D9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 119 | 217 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.15 |
| HSL | 244.9º | 0.56% | 0.66% | - |
| HSV(B) | 244.9º | 0.45% | 0.85% | - |
| XYZ | 27.87 | 22.72 | 68.56 | - |
| YUV | 132.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 217 | 0.41 | 0.45 | 0 | 0.15 | 244.9 | 0.56 | 0.66 |
| Hex | 7F | 77 | D9 | 29 | 2D | 0 | F | F5 | 38 | 42 |
| Octal | 177 | 167 | 331 | 51 | 55 | 0 | 17 | 365 | 70 | 102 |
| Binary | 1111111 | 1110111 | 11011001 | 101001 | 101101 | 0 | 1111 | 11110101 | 111000 | 1000010 |
Color Harmonies of #7F77D9
Complementary color
Monochromatic Colors of #7F77D9
Black with #7F77D9
Text Example
Text Example
White with #7F77D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77D9; }
p { color: rgb(127,119,217); }
H1.HeaderClassName
{
color: #7F77D9;
}
.AnyTagClassName
{
color: #7F77D9;
}
</style>
background-color css
<style>
a { background-color: #7F77D9; }
a { background-color: rgb(127,119,217); }
div.DivClassName
{
background-color: #7F77D9;
}
.BgClassName
{
background-color: #7F77D9;
}
</style>
border-color css
<style>
span { border-color: #7F77D9; }
span { border-color: rgb(127,119,217); }
td.TdClassName
{
border-color: #7F77D9;
}
.TagClassName
{
border-color: #7F77D9;
}
</style>