Shades of Moody Blue #7C7ECF
Tints of Moody Blue #7C7ECF
RGB
CMYK
RGB Variations
Color information
#7C7ECF (or 0x7C7ECF) is known color: Moody Blue. HEX triplet: 7C, 7E and CF. RGB value is (124,126,207). Sum of RGB (Red+Green+Blue) = 124+126+207=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ECF is #838130. Grayscale: #868686. Windows color (decimal): -8618289 or 13598332. OLE color: 13598332.
HSL color Cylindrical-coordinate representation of color #7C7ECF: hue angle of 238.55º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C7ECF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 126 | 207 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.19 |
| HSL | 238.55º | 0.46% | 0.65% | - |
| HSV(B) | 238.55º | 0.4% | 0.81% | - |
| XYZ | 27.04 | 23.71 | 62.18 | - |
| YUV | 134.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 207 | 0.40 | 0.39 | 0 | 0.19 | 238.55 | 0.46 | 0.65 |
| Hex | 7C | 7E | CF | 28 | 27 | 0 | 13 | EF | 2E | 41 |
| Octal | 174 | 176 | 317 | 50 | 47 | 0 | 23 | 357 | 56 | 101 |
| Binary | 1111100 | 1111110 | 11001111 | 101000 | 100111 | 0 | 10011 | 11101111 | 101110 | 1000001 |
Color Harmonies of #7C7ECF
Complementary color
Monochromatic Colors of #7C7ECF
Black with #7C7ECF
Text Example
Text Example
White with #7C7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7ECF; }
p { color: rgb(124,126,207); }
H1.HeaderClassName
{
color: #7C7ECF;
}
.AnyTagClassName
{
color: #7C7ECF;
}
</style>
background-color css
<style>
a { background-color: #7C7ECF; }
a { background-color: rgb(124,126,207); }
div.DivClassName
{
background-color: #7C7ECF;
}
.BgClassName
{
background-color: #7C7ECF;
}
</style>
border-color css
<style>
span { border-color: #7C7ECF; }
span { border-color: rgb(124,126,207); }
td.TdClassName
{
border-color: #7C7ECF;
}
.TagClassName
{
border-color: #7C7ECF;
}
</style>