Shades of Moody Blue #7C78BE
Tints of Moody Blue #7C78BE
RGB
CMYK
RGB Variations
Color information
#7C78BE (or 0x7C78BE) is known color: Moody Blue. HEX triplet: 7C, 78 and BE. RGB value is (124,120,190). Sum of RGB (Red+Green+Blue) = 124+120+190=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 120 (47.27% from 255 or 27.65% 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 #7C78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C78BE is #838741. Grayscale: #808080. Windows color (decimal): -8619842 or 12482684. OLE color: 12482684.
HSL color Cylindrical-coordinate representation of color #7C78BE: hue angle of 243.43º 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 #7C78BE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 120 | 190 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.25 |
| HSL | 243.43º | 0.35% | 0.61% | - |
| HSV(B) | 243.43º | 0.37% | 0.75% | - |
| XYZ | 24.32 | 21.44 | 51.57 | - |
| YUV | 129.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 190 | 0.35 | 0.37 | 0 | 0.25 | 243.43 | 0.35 | 0.61 |
| Hex | 7C | 78 | BE | 23 | 25 | 0 | 19 | F3 | 23 | 3D |
| Octal | 174 | 170 | 276 | 43 | 45 | 0 | 31 | 363 | 43 | 75 |
| Binary | 1111100 | 1111000 | 10111110 | 100011 | 100101 | 0 | 11001 | 11110011 | 100011 | 111101 |
Color Harmonies of #7C78BE
Complementary color
Monochromatic Colors of #7C78BE
Black with #7C78BE
Text Example
Text Example
White with #7C78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C78BE; }
p { color: rgb(124,120,190); }
H1.HeaderClassName
{
color: #7C78BE;
}
.AnyTagClassName
{
color: #7C78BE;
}
</style>
background-color css
<style>
a { background-color: #7C78BE; }
a { background-color: rgb(124,120,190); }
div.DivClassName
{
background-color: #7C78BE;
}
.BgClassName
{
background-color: #7C78BE;
}
</style>
border-color css
<style>
span { border-color: #7C78BE; }
span { border-color: rgb(124,120,190); }
td.TdClassName
{
border-color: #7C78BE;
}
.TagClassName
{
border-color: #7C78BE;
}
</style>