Shades of Moody Blue #7D77BE
Tints of Moody Blue #7D77BE
RGB
CMYK
RGB Variations
Color information
#7D77BE (or 0x7D77BE) is known color: Moody Blue. HEX triplet: 7D, 77 and BE. RGB value is (125,119,190). Sum of RGB (Red+Green+Blue) = 125+119+190=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D77BE is #828841. Grayscale: #808080. Windows color (decimal): -8554562 or 12482429. OLE color: 12482429.
HSL color Cylindrical-coordinate representation of color #7D77BE: hue angle of 245.07º 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 #7D77BE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 119 | 190 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.25 |
| HSL | 245.07º | 0.35% | 0.61% | - |
| HSV(B) | 245.07º | 0.37% | 0.75% | - |
| XYZ | 24.35 | 21.27 | 51.54 | - |
| YUV | 128.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 190 | 0.34 | 0.37 | 0 | 0.25 | 245.07 | 0.35 | 0.61 |
| Hex | 7D | 77 | BE | 22 | 25 | 0 | 19 | F5 | 23 | 3D |
| Octal | 175 | 167 | 276 | 42 | 45 | 0 | 31 | 365 | 43 | 75 |
| Binary | 1111101 | 1110111 | 10111110 | 100010 | 100101 | 0 | 11001 | 11110101 | 100011 | 111101 |
Color Harmonies of #7D77BE
Complementary color
Monochromatic Colors of #7D77BE
Black with #7D77BE
Text Example
Text Example
White with #7D77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D77BE; }
p { color: rgb(125,119,190); }
H1.HeaderClassName
{
color: #7D77BE;
}
.AnyTagClassName
{
color: #7D77BE;
}
</style>
background-color css
<style>
a { background-color: #7D77BE; }
a { background-color: rgb(125,119,190); }
div.DivClassName
{
background-color: #7D77BE;
}
.BgClassName
{
background-color: #7D77BE;
}
</style>
border-color css
<style>
span { border-color: #7D77BE; }
span { border-color: rgb(125,119,190); }
td.TdClassName
{
border-color: #7D77BE;
}
.TagClassName
{
border-color: #7D77BE;
}
</style>