Shades of Moody Blue #7C70CE
Tints of Moody Blue #7C70CE
RGB
CMYK
RGB Variations
Color information
#7C70CE (or 0x7C70CE) is known color: Moody Blue. HEX triplet: 7C, 70 and CE. RGB value is (124,112,206). Sum of RGB (Red+Green+Blue) = 124+112+206=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C70CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C70CE is #838F31. Grayscale: #7D7D7D. Windows color (decimal): -8621874 or 13529212. OLE color: 13529212.
HSL color Cylindrical-coordinate representation of color #7C70CE: hue angle of 247.66º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C70CE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 112 | 206 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.19 |
| HSL | 247.66º | 0.49% | 0.62% | - |
| HSV(B) | 247.66º | 0.46% | 0.81% | - |
| XYZ | 25.25 | 20.33 | 60.99 | - |
| YUV | 126.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 206 | 0.40 | 0.46 | 0 | 0.19 | 247.66 | 0.49 | 0.62 |
| Hex | 7C | 70 | CE | 28 | 2E | 0 | 13 | F8 | 31 | 3E |
| Octal | 174 | 160 | 316 | 50 | 56 | 0 | 23 | 370 | 61 | 76 |
| Binary | 1111100 | 1110000 | 11001110 | 101000 | 101110 | 0 | 10011 | 11111000 | 110001 | 111110 |
Color Harmonies of #7C70CE
Complementary color
Monochromatic Colors of #7C70CE
Black with #7C70CE
Text Example
Text Example
White with #7C70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C70CE; }
p { color: rgb(124,112,206); }
H1.HeaderClassName
{
color: #7C70CE;
}
.AnyTagClassName
{
color: #7C70CE;
}
</style>
background-color css
<style>
a { background-color: #7C70CE; }
a { background-color: rgb(124,112,206); }
div.DivClassName
{
background-color: #7C70CE;
}
.BgClassName
{
background-color: #7C70CE;
}
</style>
border-color css
<style>
span { border-color: #7C70CE; }
span { border-color: rgb(124,112,206); }
td.TdClassName
{
border-color: #7C70CE;
}
.TagClassName
{
border-color: #7C70CE;
}
</style>