Shades of Moody Blue #7A78B1
Tints of Moody Blue #7A78B1
RGB
CMYK
RGB Variations
Color information
#7A78B1 (or 0x7A78B1) is known color: Moody Blue. HEX triplet: 7A, 78 and B1. RGB value is (122,120,177). Sum of RGB (Red+Green+Blue) = 122+120+177=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A78B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A78B1 is #85874E. Grayscale: #7E7E7E. Windows color (decimal): -8750927 or 11630714. OLE color: 11630714.
HSL color Cylindrical-coordinate representation of color #7A78B1: hue angle of 242.11º 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 #7A78B1 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 120 | 177 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.31 |
| HSL | 242.11º | 0.27% | 0.58% | - |
| HSV(B) | 242.11º | 0.32% | 0.69% | - |
| XYZ | 22.68 | 20.74 | 44.4 | - |
| YUV | 127.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 177 | 0.31 | 0.32 | 0 | 0.31 | 242.11 | 0.27 | 0.58 |
| Hex | 7A | 78 | B1 | 1F | 20 | 0 | 1F | F2 | 1B | 3A |
| Octal | 172 | 170 | 261 | 37 | 40 | 0 | 37 | 362 | 33 | 72 |
| Binary | 1111010 | 1111000 | 10110001 | 11111 | 100000 | 0 | 11111 | 11110010 | 11011 | 111010 |
Color Harmonies of #7A78B1
Complementary color
Monochromatic Colors of #7A78B1
Black with #7A78B1
Text Example
Text Example
White with #7A78B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78B1; }
p { color: rgb(122,120,177); }
H1.HeaderClassName
{
color: #7A78B1;
}
.AnyTagClassName
{
color: #7A78B1;
}
</style>
background-color css
<style>
a { background-color: #7A78B1; }
a { background-color: rgb(122,120,177); }
div.DivClassName
{
background-color: #7A78B1;
}
.BgClassName
{
background-color: #7A78B1;
}
</style>
border-color css
<style>
span { border-color: #7A78B1; }
span { border-color: rgb(122,120,177); }
td.TdClassName
{
border-color: #7A78B1;
}
.TagClassName
{
border-color: #7A78B1;
}
</style>