Shades of Moody Blue #7A78B9
Tints of Moody Blue #7A78B9
RGB
CMYK
RGB Variations
Color information
#7A78B9 (or 0x7A78B9) is known color: Moody Blue. HEX triplet: 7A, 78 and B9. RGB value is (122,120,185). Sum of RGB (Red+Green+Blue) = 122+120+185=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A78B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78B9 is #858746. Grayscale: #7F7F7F. Windows color (decimal): -8750919 or 12155002. OLE color: 12155002.
HSL color Cylindrical-coordinate representation of color #7A78B9: hue angle of 241.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A78B9 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 120 | 185 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.27 |
| HSL | 241.85º | 0.32% | 0.6% | - |
| HSV(B) | 241.85º | 0.35% | 0.73% | - |
| XYZ | 23.5 | 21.07 | 48.73 | - |
| YUV | 128.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 185 | 0.34 | 0.35 | 0 | 0.27 | 241.85 | 0.32 | 0.6 |
| Hex | 7A | 78 | B9 | 22 | 23 | 0 | 1B | F2 | 20 | 3C |
| Octal | 172 | 170 | 271 | 42 | 43 | 0 | 33 | 362 | 40 | 74 |
| Binary | 1111010 | 1111000 | 10111001 | 100010 | 100011 | 0 | 11011 | 11110010 | 100000 | 111100 |
Color Harmonies of #7A78B9
Complementary color
Monochromatic Colors of #7A78B9
Black with #7A78B9
Text Example
Text Example
White with #7A78B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78B9; }
p { color: rgb(122,120,185); }
H1.HeaderClassName
{
color: #7A78B9;
}
.AnyTagClassName
{
color: #7A78B9;
}
</style>
background-color css
<style>
a { background-color: #7A78B9; }
a { background-color: rgb(122,120,185); }
div.DivClassName
{
background-color: #7A78B9;
}
.BgClassName
{
background-color: #7A78B9;
}
</style>
border-color css
<style>
span { border-color: #7A78B9; }
span { border-color: rgb(122,120,185); }
td.TdClassName
{
border-color: #7A78B9;
}
.TagClassName
{
border-color: #7A78B9;
}
</style>