Shades of Moody Blue #7A7DD0
Tints of Moody Blue #7A7DD0
RGB
CMYK
RGB Variations
Color information
#7A7DD0 (or 0x7A7DD0) is known color: Moody Blue. HEX triplet: 7A, 7D and D0. RGB value is (122,125,208). Sum of RGB (Red+Green+Blue) = 122+125+208=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A7DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DD0 is #85822F. Grayscale: #858585. Windows color (decimal): -8749616 or 13663610. OLE color: 13663610.
HSL color Cylindrical-coordinate representation of color #7A7DD0: hue angle of 237.91º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A7DD0 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 125 | 208 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.18 |
| HSL | 237.91º | 0.48% | 0.65% | - |
| HSV(B) | 237.91º | 0.41% | 0.82% | - |
| XYZ | 26.74 | 23.36 | 62.77 | - |
| YUV | 133.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 208 | 0.41 | 0.40 | 0 | 0.18 | 237.91 | 0.48 | 0.65 |
| Hex | 7A | 7D | D0 | 29 | 28 | 0 | 12 | EE | 30 | 41 |
| Octal | 172 | 175 | 320 | 51 | 50 | 0 | 22 | 356 | 60 | 101 |
| Binary | 1111010 | 1111101 | 11010000 | 101001 | 101000 | 0 | 10010 | 11101110 | 110000 | 1000001 |
Color Harmonies of #7A7DD0
Complementary color
Monochromatic Colors of #7A7DD0
Black with #7A7DD0
Text Example
Text Example
White with #7A7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DD0; }
p { color: rgb(122,125,208); }
H1.HeaderClassName
{
color: #7A7DD0;
}
.AnyTagClassName
{
color: #7A7DD0;
}
</style>
background-color css
<style>
a { background-color: #7A7DD0; }
a { background-color: rgb(122,125,208); }
div.DivClassName
{
background-color: #7A7DD0;
}
.BgClassName
{
background-color: #7A7DD0;
}
</style>
border-color css
<style>
span { border-color: #7A7DD0; }
span { border-color: rgb(122,125,208); }
td.TdClassName
{
border-color: #7A7DD0;
}
.TagClassName
{
border-color: #7A7DD0;
}
</style>