Shades of Moody Blue #7A7CDE
Tints of Moody Blue #7A7CDE
RGB
CMYK
RGB Variations
Color information
#7A7CDE (or 0x7A7CDE) is known color: Moody Blue. HEX triplet: 7A, 7C and DE. RGB value is (122,124,222). Sum of RGB (Red+Green+Blue) = 122+124+222=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CDE is #858321. Grayscale: #868686. Windows color (decimal): -8749858 or 14580858. OLE color: 14580858.
HSL color Cylindrical-coordinate representation of color #7A7CDE: hue angle of 238.8º degrees, saturation: 0.6, 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 #7A7CDE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 124 | 222 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.13 |
| HSL | 238.8º | 0.6% | 0.67% | - |
| HSV(B) | 238.8º | 0.45% | 0.87% | - |
| XYZ | 28.42 | 23.83 | 72.21 | - |
| YUV | 134.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 222 | 0.45 | 0.44 | 0 | 0.13 | 238.8 | 0.6 | 0.67 |
| Hex | 7A | 7C | DE | 2D | 2C | 0 | D | EF | 3C | 43 |
| Octal | 172 | 174 | 336 | 55 | 54 | 0 | 15 | 357 | 74 | 103 |
| Binary | 1111010 | 1111100 | 11011110 | 101101 | 101100 | 0 | 1101 | 11101111 | 111100 | 1000011 |
Color Harmonies of #7A7CDE
Complementary color
Monochromatic Colors of #7A7CDE
Black with #7A7CDE
Text Example
Text Example
White with #7A7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7CDE; }
p { color: rgb(122,124,222); }
H1.HeaderClassName
{
color: #7A7CDE;
}
.AnyTagClassName
{
color: #7A7CDE;
}
</style>
background-color css
<style>
a { background-color: #7A7CDE; }
a { background-color: rgb(122,124,222); }
div.DivClassName
{
background-color: #7A7CDE;
}
.BgClassName
{
background-color: #7A7CDE;
}
</style>
border-color css
<style>
span { border-color: #7A7CDE; }
span { border-color: rgb(122,124,222); }
td.TdClassName
{
border-color: #7A7CDE;
}
.TagClassName
{
border-color: #7A7CDE;
}
</style>