Shades of Moody Blue #7A78C5
Tints of Moody Blue #7A78C5
RGB
CMYK
RGB Variations
Color information
#7A78C5 (or 0x7A78C5) is known color: Moody Blue. HEX triplet: 7A, 78 and C5. RGB value is (122,120,197). Sum of RGB (Red+Green+Blue) = 122+120+197=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A78C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78C5 is #85873A. Grayscale: #818181. Windows color (decimal): -8750907 or 12941434. OLE color: 12941434.
HSL color Cylindrical-coordinate representation of color #7A78C5: hue angle of 241.56º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A78C5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 120 | 197 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.23 |
| HSL | 241.56º | 0.4% | 0.62% | - |
| HSV(B) | 241.56º | 0.39% | 0.77% | - |
| XYZ | 24.82 | 21.6 | 55.68 | - |
| YUV | 129.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 197 | 0.38 | 0.39 | 0 | 0.23 | 241.56 | 0.4 | 0.62 |
| Hex | 7A | 78 | C5 | 26 | 27 | 0 | 17 | F2 | 28 | 3E |
| Octal | 172 | 170 | 305 | 46 | 47 | 0 | 27 | 362 | 50 | 76 |
| Binary | 1111010 | 1111000 | 11000101 | 100110 | 100111 | 0 | 10111 | 11110010 | 101000 | 111110 |
Color Harmonies of #7A78C5
Complementary color
Monochromatic Colors of #7A78C5
Black with #7A78C5
Text Example
Text Example
White with #7A78C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78C5; }
p { color: rgb(122,120,197); }
H1.HeaderClassName
{
color: #7A78C5;
}
.AnyTagClassName
{
color: #7A78C5;
}
</style>
background-color css
<style>
a { background-color: #7A78C5; }
a { background-color: rgb(122,120,197); }
div.DivClassName
{
background-color: #7A78C5;
}
.BgClassName
{
background-color: #7A78C5;
}
</style>
border-color css
<style>
span { border-color: #7A78C5; }
span { border-color: rgb(122,120,197); }
td.TdClassName
{
border-color: #7A78C5;
}
.TagClassName
{
border-color: #7A78C5;
}
</style>