Shades of Moody Blue #7A7CDC
Tints of Moody Blue #7A7CDC
RGB
CMYK
RGB Variations
Color information
#7A7CDC (or 0x7A7CDC) is known color: Moody Blue. HEX triplet: 7A, 7C and DC. RGB value is (122,124,220). Sum of RGB (Red+Green+Blue) = 122+124+220=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A7CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CDC is #858323. Grayscale: #858585. Windows color (decimal): -8749860 or 14449786. OLE color: 14449786.
HSL color Cylindrical-coordinate representation of color #7A7CDC: hue angle of 238.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7CDC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 124 | 220 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.14 |
| HSL | 238.78º | 0.58% | 0.67% | - |
| HSV(B) | 238.78º | 0.45% | 0.86% | - |
| XYZ | 28.15 | 23.72 | 70.8 | - |
| YUV | 134.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 220 | 0.45 | 0.44 | 0 | 0.14 | 238.78 | 0.58 | 0.67 |
| Hex | 7A | 7C | DC | 2D | 2C | 0 | E | EF | 3A | 43 |
| Octal | 172 | 174 | 334 | 55 | 54 | 0 | 16 | 357 | 72 | 103 |
| Binary | 1111010 | 1111100 | 11011100 | 101101 | 101100 | 0 | 1110 | 11101111 | 111010 | 1000011 |
Color Harmonies of #7A7CDC
Complementary color
Monochromatic Colors of #7A7CDC
Black with #7A7CDC
Text Example
Text Example
White with #7A7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7CDC; }
p { color: rgb(122,124,220); }
H1.HeaderClassName
{
color: #7A7CDC;
}
.AnyTagClassName
{
color: #7A7CDC;
}
</style>
background-color css
<style>
a { background-color: #7A7CDC; }
a { background-color: rgb(122,124,220); }
div.DivClassName
{
background-color: #7A7CDC;
}
.BgClassName
{
background-color: #7A7CDC;
}
</style>
border-color css
<style>
span { border-color: #7A7CDC; }
span { border-color: rgb(122,124,220); }
td.TdClassName
{
border-color: #7A7CDC;
}
.TagClassName
{
border-color: #7A7CDC;
}
</style>