Shades of Moody Blue #7A7DDD
Tints of Moody Blue #7A7DDD
RGB
CMYK
RGB Variations
Color information
#7A7DDD (or 0x7A7DDD) is known color: Moody Blue. HEX triplet: 7A, 7D and DD. RGB value is (122,125,221). Sum of RGB (Red+Green+Blue) = 122+125+221=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DDD is #858222. Grayscale: #868686. Windows color (decimal): -8749603 or 14515578. OLE color: 14515578.
HSL color Cylindrical-coordinate representation of color #7A7DDD: hue angle of 238.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7DDD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 125 | 221 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.13 |
| HSL | 238.18º | 0.59% | 0.67% | - |
| HSV(B) | 238.18º | 0.45% | 0.87% | - |
| XYZ | 28.41 | 24.03 | 71.55 | - |
| YUV | 135.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 221 | 0.45 | 0.43 | 0 | 0.13 | 238.18 | 0.59 | 0.67 |
| Hex | 7A | 7D | DD | 2D | 2B | 0 | D | EE | 3B | 43 |
| Octal | 172 | 175 | 335 | 55 | 53 | 0 | 15 | 356 | 73 | 103 |
| Binary | 1111010 | 1111101 | 11011101 | 101101 | 101011 | 0 | 1101 | 11101110 | 111011 | 1000011 |
Color Harmonies of #7A7DDD
Complementary color
Monochromatic Colors of #7A7DDD
Black with #7A7DDD
Text Example
Text Example
White with #7A7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DDD; }
p { color: rgb(122,125,221); }
H1.HeaderClassName
{
color: #7A7DDD;
}
.AnyTagClassName
{
color: #7A7DDD;
}
</style>
background-color css
<style>
a { background-color: #7A7DDD; }
a { background-color: rgb(122,125,221); }
div.DivClassName
{
background-color: #7A7DDD;
}
.BgClassName
{
background-color: #7A7DDD;
}
</style>
border-color css
<style>
span { border-color: #7A7DDD; }
span { border-color: rgb(122,125,221); }
td.TdClassName
{
border-color: #7A7DDD;
}
.TagClassName
{
border-color: #7A7DDD;
}
</style>