Shades of Moody Blue #7E70CF
Tints of Moody Blue #7E70CF
RGB
CMYK
RGB Variations
Color information
#7E70CF (or 0x7E70CF) is known color: Moody Blue. HEX triplet: 7E, 70 and CF. RGB value is (126,112,207). Sum of RGB (Red+Green+Blue) = 126+112+207=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70CF is #818F30. Grayscale: #7E7E7E. Windows color (decimal): -8490801 or 13594750. OLE color: 13594750.
HSL color Cylindrical-coordinate representation of color #7E70CF: hue angle of 248.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E70CF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 112 | 207 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.19 |
| HSL | 248.84º | 0.5% | 0.63% | - |
| HSV(B) | 248.84º | 0.46% | 0.81% | - |
| XYZ | 25.66 | 20.53 | 61.64 | - |
| YUV | 127.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 207 | 0.39 | 0.46 | 0 | 0.19 | 248.84 | 0.5 | 0.63 |
| Hex | 7E | 70 | CF | 27 | 2E | 0 | 13 | F9 | 32 | 3F |
| Octal | 176 | 160 | 317 | 47 | 56 | 0 | 23 | 371 | 62 | 77 |
| Binary | 1111110 | 1110000 | 11001111 | 100111 | 101110 | 0 | 10011 | 11111001 | 110010 | 111111 |
Color Harmonies of #7E70CF
Complementary color
Monochromatic Colors of #7E70CF
Black with #7E70CF
Text Example
Text Example
White with #7E70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E70CF; }
p { color: rgb(126,112,207); }
H1.HeaderClassName
{
color: #7E70CF;
}
.AnyTagClassName
{
color: #7E70CF;
}
</style>
background-color css
<style>
a { background-color: #7E70CF; }
a { background-color: rgb(126,112,207); }
div.DivClassName
{
background-color: #7E70CF;
}
.BgClassName
{
background-color: #7E70CF;
}
</style>
border-color css
<style>
span { border-color: #7E70CF; }
span { border-color: rgb(126,112,207); }
td.TdClassName
{
border-color: #7E70CF;
}
.TagClassName
{
border-color: #7E70CF;
}
</style>