Shades of Moody Blue #7C7ADB
Tints of Moody Blue #7C7ADB
RGB
CMYK
RGB Variations
Color information
#7C7ADB (or 0x7C7ADB) is known color: Moody Blue. HEX triplet: 7C, 7A and DB. RGB value is (124,122,219). Sum of RGB (Red+Green+Blue) = 124+122+219=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ADB is #838524. Grayscale: #858585. Windows color (decimal): -8619301 or 14383740. OLE color: 14383740.
HSL color Cylindrical-coordinate representation of color #7C7ADB: hue angle of 241.24º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C7ADB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 122 | 219 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.14 |
| HSL | 241.24º | 0.57% | 0.67% | - |
| HSV(B) | 241.24º | 0.44% | 0.86% | - |
| XYZ | 28.06 | 23.32 | 70.04 | - |
| YUV | 133.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 219 | 0.43 | 0.44 | 0 | 0.14 | 241.24 | 0.57 | 0.67 |
| Hex | 7C | 7A | DB | 2B | 2C | 0 | E | F1 | 39 | 43 |
| Octal | 174 | 172 | 333 | 53 | 54 | 0 | 16 | 361 | 71 | 103 |
| Binary | 1111100 | 1111010 | 11011011 | 101011 | 101100 | 0 | 1110 | 11110001 | 111001 | 1000011 |
Color Harmonies of #7C7ADB
Complementary color
Monochromatic Colors of #7C7ADB
Black with #7C7ADB
Text Example
Text Example
White with #7C7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7ADB; }
p { color: rgb(124,122,219); }
H1.HeaderClassName
{
color: #7C7ADB;
}
.AnyTagClassName
{
color: #7C7ADB;
}
</style>
background-color css
<style>
a { background-color: #7C7ADB; }
a { background-color: rgb(124,122,219); }
div.DivClassName
{
background-color: #7C7ADB;
}
.BgClassName
{
background-color: #7C7ADB;
}
</style>
border-color css
<style>
span { border-color: #7C7ADB; }
span { border-color: rgb(124,122,219); }
td.TdClassName
{
border-color: #7C7ADB;
}
.TagClassName
{
border-color: #7C7ADB;
}
</style>