Shades of Moody Blue #7A78C3
Tints of Moody Blue #7A78C3
RGB
CMYK
RGB Variations
Color information
#7A78C3 (or 0x7A78C3) is known color: Moody Blue. HEX triplet: 7A, 78 and C3. RGB value is (122,120,195). Sum of RGB (Red+Green+Blue) = 122+120+195=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A78C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78C3 is #85873C. Grayscale: #808080. Windows color (decimal): -8750909 or 12810362. OLE color: 12810362.
HSL color Cylindrical-coordinate representation of color #7A78C3: hue angle of 241.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A78C3 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 120 | 195 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.24 |
| HSL | 241.6º | 0.38% | 0.62% | - |
| HSV(B) | 241.6º | 0.38% | 0.76% | - |
| XYZ | 24.59 | 21.51 | 54.49 | - |
| YUV | 129.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 195 | 0.37 | 0.38 | 0 | 0.24 | 241.6 | 0.38 | 0.62 |
| Hex | 7A | 78 | C3 | 25 | 26 | 0 | 18 | F2 | 26 | 3E |
| Octal | 172 | 170 | 303 | 45 | 46 | 0 | 30 | 362 | 46 | 76 |
| Binary | 1111010 | 1111000 | 11000011 | 100101 | 100110 | 0 | 11000 | 11110010 | 100110 | 111110 |
Color Harmonies of #7A78C3
Complementary color
Monochromatic Colors of #7A78C3
Black with #7A78C3
Text Example
Text Example
White with #7A78C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78C3; }
p { color: rgb(122,120,195); }
H1.HeaderClassName
{
color: #7A78C3;
}
.AnyTagClassName
{
color: #7A78C3;
}
</style>
background-color css
<style>
a { background-color: #7A78C3; }
a { background-color: rgb(122,120,195); }
div.DivClassName
{
background-color: #7A78C3;
}
.BgClassName
{
background-color: #7A78C3;
}
</style>
border-color css
<style>
span { border-color: #7A78C3; }
span { border-color: rgb(122,120,195); }
td.TdClassName
{
border-color: #7A78C3;
}
.TagClassName
{
border-color: #7A78C3;
}
</style>