Shades of Moody Blue #7A7EDF
Tints of Moody Blue #7A7EDF
RGB
CMYK
RGB Variations
Color information
#7A7EDF (or 0x7A7EDF) is known color: Moody Blue. HEX triplet: 7A, 7E and DF. RGB value is (122,126,223). Sum of RGB (Red+Green+Blue) = 122+126+223=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A7EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EDF is #858120. Grayscale: #878787. Windows color (decimal): -8749345 or 14646906. OLE color: 14646906.
HSL color Cylindrical-coordinate representation of color #7A7EDF: hue angle of 237.62º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7EDF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 126 | 223 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.13 |
| HSL | 237.62º | 0.61% | 0.68% | - |
| HSV(B) | 237.62º | 0.45% | 0.87% | - |
| XYZ | 28.81 | 24.39 | 73 | - |
| YUV | 135.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 223 | 0.45 | 0.43 | 0 | 0.13 | 237.62 | 0.61 | 0.68 |
| Hex | 7A | 7E | DF | 2D | 2B | 0 | D | EE | 3D | 44 |
| Octal | 172 | 176 | 337 | 55 | 53 | 0 | 15 | 356 | 75 | 104 |
| Binary | 1111010 | 1111110 | 11011111 | 101101 | 101011 | 0 | 1101 | 11101110 | 111101 | 1000100 |
Color Harmonies of #7A7EDF
Complementary color
Monochromatic Colors of #7A7EDF
Black with #7A7EDF
Text Example
Text Example
White with #7A7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EDF; }
p { color: rgb(122,126,223); }
H1.HeaderClassName
{
color: #7A7EDF;
}
.AnyTagClassName
{
color: #7A7EDF;
}
</style>
background-color css
<style>
a { background-color: #7A7EDF; }
a { background-color: rgb(122,126,223); }
div.DivClassName
{
background-color: #7A7EDF;
}
.BgClassName
{
background-color: #7A7EDF;
}
</style>
border-color css
<style>
span { border-color: #7A7EDF; }
span { border-color: rgb(122,126,223); }
td.TdClassName
{
border-color: #7A7EDF;
}
.TagClassName
{
border-color: #7A7EDF;
}
</style>