Shades of Moody Blue #7C7ADE
Tints of Moody Blue #7C7ADE
RGB
CMYK
RGB Variations
Color information
#7C7ADE (or 0x7C7ADE) is known color: Moody Blue. HEX triplet: 7C, 7A and DE. RGB value is (124,122,222). Sum of RGB (Red+Green+Blue) = 124+122+222=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 122 (48.05% from 255 or 26.07% 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 #7C7ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ADE is #838521. Grayscale: #858585. Windows color (decimal): -8619298 or 14580348. OLE color: 14580348.
HSL color Cylindrical-coordinate representation of color #7C7ADE: hue angle of 241.2º 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 #7C7ADE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 122 | 222 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.13 |
| HSL | 241.2º | 0.6% | 0.67% | - |
| HSV(B) | 241.2º | 0.45% | 0.87% | - |
| XYZ | 28.46 | 23.48 | 72.14 | - |
| YUV | 134 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 222 | 0.44 | 0.45 | 0 | 0.13 | 241.2 | 0.6 | 0.67 |
| Hex | 7C | 7A | DE | 2C | 2D | 0 | D | F1 | 3C | 43 |
| Octal | 174 | 172 | 336 | 54 | 55 | 0 | 15 | 361 | 74 | 103 |
| Binary | 1111100 | 1111010 | 11011110 | 101100 | 101101 | 0 | 1101 | 11110001 | 111100 | 1000011 |
Color Harmonies of #7C7ADE
Complementary color
Monochromatic Colors of #7C7ADE
Black with #7C7ADE
Text Example
Text Example
White with #7C7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7ADE; }
p { color: rgb(124,122,222); }
H1.HeaderClassName
{
color: #7C7ADE;
}
.AnyTagClassName
{
color: #7C7ADE;
}
</style>
background-color css
<style>
a { background-color: #7C7ADE; }
a { background-color: rgb(124,122,222); }
div.DivClassName
{
background-color: #7C7ADE;
}
.BgClassName
{
background-color: #7C7ADE;
}
</style>
border-color css
<style>
span { border-color: #7C7ADE; }
span { border-color: rgb(124,122,222); }
td.TdClassName
{
border-color: #7C7ADE;
}
.TagClassName
{
border-color: #7C7ADE;
}
</style>