Shades of Moody Blue #7F77BE
Tints of Moody Blue #7F77BE
RGB
CMYK
RGB Variations
Color information
#7F77BE (or 0x7F77BE) is known color: Moody Blue. HEX triplet: 7F, 77 and BE. RGB value is (127,119,190). Sum of RGB (Red+Green+Blue) = 127+119+190=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77BE is #808841. Grayscale: #818181. Windows color (decimal): -8423490 or 12482431. OLE color: 12482431.
HSL color Cylindrical-coordinate representation of color #7F77BE: hue angle of 246.76º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F77BE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 119 | 190 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.25 |
| HSL | 246.76º | 0.35% | 0.61% | - |
| HSV(B) | 246.76º | 0.37% | 0.75% | - |
| XYZ | 24.64 | 21.42 | 51.55 | - |
| YUV | 129.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 190 | 0.33 | 0.37 | 0 | 0.25 | 246.76 | 0.35 | 0.61 |
| Hex | 7F | 77 | BE | 21 | 25 | 0 | 19 | F7 | 23 | 3D |
| Octal | 177 | 167 | 276 | 41 | 45 | 0 | 31 | 367 | 43 | 75 |
| Binary | 1111111 | 1110111 | 10111110 | 100001 | 100101 | 0 | 11001 | 11110111 | 100011 | 111101 |
Color Harmonies of #7F77BE
Complementary color
Monochromatic Colors of #7F77BE
Black with #7F77BE
Text Example
Text Example
White with #7F77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F77BE; }
p { color: rgb(127,119,190); }
H1.HeaderClassName
{
color: #7F77BE;
}
.AnyTagClassName
{
color: #7F77BE;
}
</style>
background-color css
<style>
a { background-color: #7F77BE; }
a { background-color: rgb(127,119,190); }
div.DivClassName
{
background-color: #7F77BE;
}
.BgClassName
{
background-color: #7F77BE;
}
</style>
border-color css
<style>
span { border-color: #7F77BE; }
span { border-color: rgb(127,119,190); }
td.TdClassName
{
border-color: #7F77BE;
}
.TagClassName
{
border-color: #7F77BE;
}
</style>