Shades of Moody Blue #7C77B1
Tints of Moody Blue #7C77B1
RGB
CMYK
RGB Variations
Color information
#7C77B1 (or 0x7C77B1) is known color: Moody Blue. HEX triplet: 7C, 77 and B1. RGB value is (124,119,177). Sum of RGB (Red+Green+Blue) = 124+119+177=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C77B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C77B1 is #83884E. Grayscale: #7E7E7E. Windows color (decimal): -8620111 or 11630460. OLE color: 11630460.
HSL color Cylindrical-coordinate representation of color #7C77B1: hue angle of 245.17º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C77B1 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 119 | 177 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.31 |
| HSL | 245.17º | 0.27% | 0.58% | - |
| HSV(B) | 245.17º | 0.33% | 0.69% | - |
| XYZ | 22.84 | 20.65 | 44.38 | - |
| YUV | 127.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 177 | 0.30 | 0.33 | 0 | 0.31 | 245.17 | 0.27 | 0.58 |
| Hex | 7C | 77 | B1 | 1E | 21 | 0 | 1F | F5 | 1B | 3A |
| Octal | 174 | 167 | 261 | 36 | 41 | 0 | 37 | 365 | 33 | 72 |
| Binary | 1111100 | 1110111 | 10110001 | 11110 | 100001 | 0 | 11111 | 11110101 | 11011 | 111010 |
Color Harmonies of #7C77B1
Complementary color
Monochromatic Colors of #7C77B1
Black with #7C77B1
Text Example
Text Example
White with #7C77B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C77B1; }
p { color: rgb(124,119,177); }
H1.HeaderClassName
{
color: #7C77B1;
}
.AnyTagClassName
{
color: #7C77B1;
}
</style>
background-color css
<style>
a { background-color: #7C77B1; }
a { background-color: rgb(124,119,177); }
div.DivClassName
{
background-color: #7C77B1;
}
.BgClassName
{
background-color: #7C77B1;
}
</style>
border-color css
<style>
span { border-color: #7C77B1; }
span { border-color: rgb(124,119,177); }
td.TdClassName
{
border-color: #7C77B1;
}
.TagClassName
{
border-color: #7C77B1;
}
</style>