Shades of Moody Blue #7F7ECC
Tints of Moody Blue #7F7ECC
RGB
CMYK
RGB Variations
Color information
#7F7ECC (or 0x7F7ECC) is known color: Moody Blue. HEX triplet: 7F, 7E and CC. RGB value is (127,126,204). Sum of RGB (Red+Green+Blue) = 127+126+204=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ECC is #808133. Grayscale: #868686. Windows color (decimal): -8421684 or 13401727. OLE color: 13401727.
HSL color Cylindrical-coordinate representation of color #7F7ECC: hue angle of 240.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F7ECC is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 126 | 204 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.2 |
| HSL | 240.77º | 0.43% | 0.65% | - |
| HSV(B) | 240.77º | 0.38% | 0.8% | - |
| XYZ | 27.11 | 23.79 | 60.29 | - |
| YUV | 135.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 204 | 0.38 | 0.38 | 0 | 0.2 | 240.77 | 0.43 | 0.65 |
| Hex | 7F | 7E | CC | 26 | 26 | 0 | 14 | F1 | 2B | 41 |
| Octal | 177 | 176 | 314 | 46 | 46 | 0 | 24 | 361 | 53 | 101 |
| Binary | 1111111 | 1111110 | 11001100 | 100110 | 100110 | 0 | 10100 | 11110001 | 101011 | 1000001 |
Color Harmonies of #7F7ECC
Complementary color
Monochromatic Colors of #7F7ECC
Black with #7F7ECC
Text Example
Text Example
White with #7F7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7ECC; }
p { color: rgb(127,126,204); }
H1.HeaderClassName
{
color: #7F7ECC;
}
.AnyTagClassName
{
color: #7F7ECC;
}
</style>
background-color css
<style>
a { background-color: #7F7ECC; }
a { background-color: rgb(127,126,204); }
div.DivClassName
{
background-color: #7F7ECC;
}
.BgClassName
{
background-color: #7F7ECC;
}
</style>
border-color css
<style>
span { border-color: #7F7ECC; }
span { border-color: rgb(127,126,204); }
td.TdClassName
{
border-color: #7F7ECC;
}
.TagClassName
{
border-color: #7F7ECC;
}
</style>