Shades of Moody Blue #7A7DCD
Tints of Moody Blue #7A7DCD
RGB
CMYK
RGB Variations
Color information
#7A7DCD (or 0x7A7DCD) is known color: Moody Blue. HEX triplet: 7A, 7D and CD. RGB value is (122,125,205). Sum of RGB (Red+Green+Blue) = 122+125+205=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DCD is #858232. Grayscale: #848484. Windows color (decimal): -8749619 or 13467002. OLE color: 13467002.
HSL color Cylindrical-coordinate representation of color #7A7DCD: hue angle of 237.83º 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 #7A7DCD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 125 | 205 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.20 |
| HSL | 237.83º | 0.45% | 0.64% | - |
| HSV(B) | 237.83º | 0.4% | 0.8% | - |
| XYZ | 26.38 | 23.21 | 60.85 | - |
| YUV | 133.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 205 | 0.40 | 0.39 | 0 | 0.20 | 237.83 | 0.45 | 0.64 |
| Hex | 7A | 7D | CD | 28 | 27 | 0 | 14 | EE | 2D | 40 |
| Octal | 172 | 175 | 315 | 50 | 47 | 0 | 24 | 356 | 55 | 100 |
| Binary | 1111010 | 1111101 | 11001101 | 101000 | 100111 | 0 | 10100 | 11101110 | 101101 | 1000000 |
Color Harmonies of #7A7DCD
Complementary color
Monochromatic Colors of #7A7DCD
Black with #7A7DCD
Text Example
Text Example
White with #7A7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DCD; }
p { color: rgb(122,125,205); }
H1.HeaderClassName
{
color: #7A7DCD;
}
.AnyTagClassName
{
color: #7A7DCD;
}
</style>
background-color css
<style>
a { background-color: #7A7DCD; }
a { background-color: rgb(122,125,205); }
div.DivClassName
{
background-color: #7A7DCD;
}
.BgClassName
{
background-color: #7A7DCD;
}
</style>
border-color css
<style>
span { border-color: #7A7DCD; }
span { border-color: rgb(122,125,205); }
td.TdClassName
{
border-color: #7A7DCD;
}
.TagClassName
{
border-color: #7A7DCD;
}
</style>