Shades of Moody Blue #7C70BE
Tints of Moody Blue #7C70BE
RGB
CMYK
RGB Variations
Color information
#7C70BE (or 0x7C70BE) is known color: Moody Blue. HEX triplet: 7C, 70 and BE. RGB value is (124,112,190). Sum of RGB (Red+Green+Blue) = 124+112+190=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C70BE is #838F41. Grayscale: #7C7C7C. Windows color (decimal): -8621890 or 12480636. OLE color: 12480636.
HSL color Cylindrical-coordinate representation of color #7C70BE: hue angle of 249.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C70BE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 112 | 190 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.25 |
| HSL | 249.23º | 0.38% | 0.59% | - |
| HSV(B) | 249.23º | 0.41% | 0.75% | - |
| XYZ | 23.4 | 19.59 | 51.26 | - |
| YUV | 124.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 190 | 0.35 | 0.41 | 0 | 0.25 | 249.23 | 0.38 | 0.59 |
| Hex | 7C | 70 | BE | 23 | 29 | 0 | 19 | F9 | 26 | 3B |
| Octal | 174 | 160 | 276 | 43 | 51 | 0 | 31 | 371 | 46 | 73 |
| Binary | 1111100 | 1110000 | 10111110 | 100011 | 101001 | 0 | 11001 | 11111001 | 100110 | 111011 |
Color Harmonies of #7C70BE
Complementary color
Monochromatic Colors of #7C70BE
Black with #7C70BE
Text Example
Text Example
White with #7C70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C70BE; }
p { color: rgb(124,112,190); }
H1.HeaderClassName
{
color: #7C70BE;
}
.AnyTagClassName
{
color: #7C70BE;
}
</style>
background-color css
<style>
a { background-color: #7C70BE; }
a { background-color: rgb(124,112,190); }
div.DivClassName
{
background-color: #7C70BE;
}
.BgClassName
{
background-color: #7C70BE;
}
</style>
border-color css
<style>
span { border-color: #7C70BE; }
span { border-color: rgb(124,112,190); }
td.TdClassName
{
border-color: #7C70BE;
}
.TagClassName
{
border-color: #7C70BE;
}
</style>