Shades of Moody Blue #7A78BC
Tints of Moody Blue #7A78BC
RGB
CMYK
RGB Variations
Color information
#7A78BC (or 0x7A78BC) is known color: Moody Blue. HEX triplet: 7A, 78 and BC. RGB value is (122,120,188). Sum of RGB (Red+Green+Blue) = 122+120+188=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78BC is #858743. Grayscale: #808080. Windows color (decimal): -8750916 or 12351610. OLE color: 12351610.
HSL color Cylindrical-coordinate representation of color #7A78BC: hue angle of 241.76º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A78BC is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 120 | 188 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.26 |
| HSL | 241.76º | 0.34% | 0.6% | - |
| HSV(B) | 241.76º | 0.36% | 0.74% | - |
| XYZ | 23.82 | 21.2 | 50.41 | - |
| YUV | 128.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 188 | 0.35 | 0.36 | 0 | 0.26 | 241.76 | 0.34 | 0.6 |
| Hex | 7A | 78 | BC | 23 | 24 | 0 | 1A | F2 | 22 | 3C |
| Octal | 172 | 170 | 274 | 43 | 44 | 0 | 32 | 362 | 42 | 74 |
| Binary | 1111010 | 1111000 | 10111100 | 100011 | 100100 | 0 | 11010 | 11110010 | 100010 | 111100 |
Color Harmonies of #7A78BC
Complementary color
Monochromatic Colors of #7A78BC
Black with #7A78BC
Text Example
Text Example
White with #7A78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78BC; }
p { color: rgb(122,120,188); }
H1.HeaderClassName
{
color: #7A78BC;
}
.AnyTagClassName
{
color: #7A78BC;
}
</style>
background-color css
<style>
a { background-color: #7A78BC; }
a { background-color: rgb(122,120,188); }
div.DivClassName
{
background-color: #7A78BC;
}
.BgClassName
{
background-color: #7A78BC;
}
</style>
border-color css
<style>
span { border-color: #7A78BC; }
span { border-color: rgb(122,120,188); }
td.TdClassName
{
border-color: #7A78BC;
}
.TagClassName
{
border-color: #7A78BC;
}
</style>