Shades of Moody Blue #7E70B6
Tints of Moody Blue #7E70B6
RGB
CMYK
RGB Variations
Color information
#7E70B6 (or 0x7E70B6) is known color: Moody Blue. HEX triplet: 7E, 70 and B6. RGB value is (126,112,182). Sum of RGB (Red+Green+Blue) = 126+112+182=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #7E70B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70B6 is #818F49. Grayscale: #7B7B7B. Windows color (decimal): -8490826 or 11956350. OLE color: 11956350.
HSL color Cylindrical-coordinate representation of color #7E70B6: hue angle of 252º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E70B6 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 112 | 182 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.29 |
| HSL | 252º | 0.32% | 0.58% | - |
| HSV(B) | 252º | 0.38% | 0.71% | - |
| XYZ | 22.84 | 19.4 | 46.8 | - |
| YUV | 124.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 182 | 0.31 | 0.38 | 0 | 0.29 | 252 | 0.32 | 0.58 |
| Hex | 7E | 70 | B6 | 1F | 26 | 0 | 1D | FC | 20 | 3A |
| Octal | 176 | 160 | 266 | 37 | 46 | 0 | 35 | 374 | 40 | 72 |
| Binary | 1111110 | 1110000 | 10110110 | 11111 | 100110 | 0 | 11101 | 11111100 | 100000 | 111010 |
Color Harmonies of #7E70B6
Complementary color
Monochromatic Colors of #7E70B6
Black with #7E70B6
Text Example
Text Example
White with #7E70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E70B6; }
p { color: rgb(126,112,182); }
H1.HeaderClassName
{
color: #7E70B6;
}
.AnyTagClassName
{
color: #7E70B6;
}
</style>
background-color css
<style>
a { background-color: #7E70B6; }
a { background-color: rgb(126,112,182); }
div.DivClassName
{
background-color: #7E70B6;
}
.BgClassName
{
background-color: #7E70B6;
}
</style>
border-color css
<style>
span { border-color: #7E70B6; }
span { border-color: rgb(126,112,182); }
td.TdClassName
{
border-color: #7E70B6;
}
.TagClassName
{
border-color: #7E70B6;
}
</style>