Shades of Moody Blue #7C78B1
Tints of Moody Blue #7C78B1
RGB
CMYK
RGB Variations
Color information
#7C78B1 (or 0x7C78B1) is known color: Moody Blue. HEX triplet: 7C, 78 and B1. RGB value is (124,120,177). Sum of RGB (Red+Green+Blue) = 124+120+177=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C78B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C78B1 is #83874E. Grayscale: #7F7F7F. Windows color (decimal): -8619855 or 11630716. OLE color: 11630716.
HSL color Cylindrical-coordinate representation of color #7C78B1: hue angle of 244.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C78B1 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 120 | 177 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.31 |
| HSL | 244.21º | 0.27% | 0.58% | - |
| HSV(B) | 244.21º | 0.32% | 0.69% | - |
| XYZ | 22.96 | 20.89 | 44.42 | - |
| YUV | 127.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 177 | 0.30 | 0.32 | 0 | 0.31 | 244.21 | 0.27 | 0.58 |
| Hex | 7C | 78 | B1 | 1E | 20 | 0 | 1F | F4 | 1B | 3A |
| Octal | 174 | 170 | 261 | 36 | 40 | 0 | 37 | 364 | 33 | 72 |
| Binary | 1111100 | 1111000 | 10110001 | 11110 | 100000 | 0 | 11111 | 11110100 | 11011 | 111010 |
Color Harmonies of #7C78B1
Complementary color
Monochromatic Colors of #7C78B1
Black with #7C78B1
Text Example
Text Example
White with #7C78B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C78B1; }
p { color: rgb(124,120,177); }
H1.HeaderClassName
{
color: #7C78B1;
}
.AnyTagClassName
{
color: #7C78B1;
}
</style>
background-color css
<style>
a { background-color: #7C78B1; }
a { background-color: rgb(124,120,177); }
div.DivClassName
{
background-color: #7C78B1;
}
.BgClassName
{
background-color: #7C78B1;
}
</style>
border-color css
<style>
span { border-color: #7C78B1; }
span { border-color: rgb(124,120,177); }
td.TdClassName
{
border-color: #7C78B1;
}
.TagClassName
{
border-color: #7C78B1;
}
</style>