Shades of Moody Blue #7A7CCC
Tints of Moody Blue #7A7CCC
RGB
CMYK
RGB Variations
Color information
#7A7CCC (or 0x7A7CCC) is known color: Moody Blue. HEX triplet: 7A, 7C and CC. RGB value is (122,124,204). Sum of RGB (Red+Green+Blue) = 122+124+204=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CCC is #858333. Grayscale: #848484. Windows color (decimal): -8749876 or 13401210. OLE color: 13401210.
HSL color Cylindrical-coordinate representation of color #7A7CCC: hue angle of 238.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7CCC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 124 | 204 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.2 |
| HSL | 238.54º | 0.45% | 0.64% | - |
| HSV(B) | 238.54º | 0.4% | 0.8% | - |
| XYZ | 26.13 | 22.91 | 60.17 | - |
| YUV | 132.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 204 | 0.40 | 0.39 | 0 | 0.2 | 238.54 | 0.45 | 0.64 |
| Hex | 7A | 7C | CC | 28 | 27 | 0 | 14 | EF | 2D | 40 |
| Octal | 172 | 174 | 314 | 50 | 47 | 0 | 24 | 357 | 55 | 100 |
| Binary | 1111010 | 1111100 | 11001100 | 101000 | 100111 | 0 | 10100 | 11101111 | 101101 | 1000000 |
Color Harmonies of #7A7CCC
Complementary color
Monochromatic Colors of #7A7CCC
Black with #7A7CCC
Text Example
Text Example
White with #7A7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7CCC; }
p { color: rgb(122,124,204); }
H1.HeaderClassName
{
color: #7A7CCC;
}
.AnyTagClassName
{
color: #7A7CCC;
}
</style>
background-color css
<style>
a { background-color: #7A7CCC; }
a { background-color: rgb(122,124,204); }
div.DivClassName
{
background-color: #7A7CCC;
}
.BgClassName
{
background-color: #7A7CCC;
}
</style>
border-color css
<style>
span { border-color: #7A7CCC; }
span { border-color: rgb(122,124,204); }
td.TdClassName
{
border-color: #7A7CCC;
}
.TagClassName
{
border-color: #7A7CCC;
}
</style>