Shades of Moody Blue #7A78C0
Tints of Moody Blue #7A78C0
RGB
CMYK
RGB Variations
Color information
#7A78C0 (or 0x7A78C0) is known color: Moody Blue. HEX triplet: 7A, 78 and C0. RGB value is (122,120,192). Sum of RGB (Red+Green+Blue) = 122+120+192=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A78C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78C0 is #85873F. Grayscale: #808080. Windows color (decimal): -8750912 or 12613754. OLE color: 12613754.
HSL color Cylindrical-coordinate representation of color #7A78C0: hue angle of 241.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A78C0 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 120 | 192 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.25 |
| HSL | 241.67º | 0.36% | 0.61% | - |
| HSV(B) | 241.67º | 0.38% | 0.75% | - |
| XYZ | 24.26 | 21.38 | 52.72 | - |
| YUV | 128.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 192 | 0.36 | 0.38 | 0 | 0.25 | 241.67 | 0.36 | 0.61 |
| Hex | 7A | 78 | C0 | 24 | 26 | 0 | 19 | F2 | 24 | 3D |
| Octal | 172 | 170 | 300 | 44 | 46 | 0 | 31 | 362 | 44 | 75 |
| Binary | 1111010 | 1111000 | 11000000 | 100100 | 100110 | 0 | 11001 | 11110010 | 100100 | 111101 |
Color Harmonies of #7A78C0
Complementary color
Monochromatic Colors of #7A78C0
Black with #7A78C0
Text Example
Text Example
White with #7A78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78C0; }
p { color: rgb(122,120,192); }
H1.HeaderClassName
{
color: #7A78C0;
}
.AnyTagClassName
{
color: #7A78C0;
}
</style>
background-color css
<style>
a { background-color: #7A78C0; }
a { background-color: rgb(122,120,192); }
div.DivClassName
{
background-color: #7A78C0;
}
.BgClassName
{
background-color: #7A78C0;
}
</style>
border-color css
<style>
span { border-color: #7A78C0; }
span { border-color: rgb(122,120,192); }
td.TdClassName
{
border-color: #7A78C0;
}
.TagClassName
{
border-color: #7A78C0;
}
</style>