Shades of Moody Blue #7F7EBC
Tints of Moody Blue #7F7EBC
RGB
CMYK
RGB Variations
Color information
#7F7EBC (or 0x7F7EBC) is known color: Moody Blue. HEX triplet: 7F, 7E and BC. RGB value is (127,126,188). Sum of RGB (Red+Green+Blue) = 127+126+188=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EBC is #808143. Grayscale: #858585. Windows color (decimal): -8421700 or 12353151. OLE color: 12353151.
HSL color Cylindrical-coordinate representation of color #7F7EBC: hue angle of 240.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7EBC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 126 | 188 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.26 |
| HSL | 240.97º | 0.32% | 0.62% | - |
| HSV(B) | 240.97º | 0.33% | 0.74% | - |
| XYZ | 25.29 | 23.06 | 50.7 | - |
| YUV | 133.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 188 | 0.32 | 0.33 | 0 | 0.26 | 240.97 | 0.32 | 0.62 |
| Hex | 7F | 7E | BC | 20 | 21 | 0 | 1A | F1 | 20 | 3E |
| Octal | 177 | 176 | 274 | 40 | 41 | 0 | 32 | 361 | 40 | 76 |
| Binary | 1111111 | 1111110 | 10111100 | 100000 | 100001 | 0 | 11010 | 11110001 | 100000 | 111110 |
Color Harmonies of #7F7EBC
Complementary color
Monochromatic Colors of #7F7EBC
Black with #7F7EBC
Text Example
Text Example
White with #7F7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7EBC; }
p { color: rgb(127,126,188); }
H1.HeaderClassName
{
color: #7F7EBC;
}
.AnyTagClassName
{
color: #7F7EBC;
}
</style>
background-color css
<style>
a { background-color: #7F7EBC; }
a { background-color: rgb(127,126,188); }
div.DivClassName
{
background-color: #7F7EBC;
}
.BgClassName
{
background-color: #7F7EBC;
}
</style>
border-color css
<style>
span { border-color: #7F7EBC; }
span { border-color: rgb(127,126,188); }
td.TdClassName
{
border-color: #7F7EBC;
}
.TagClassName
{
border-color: #7F7EBC;
}
</style>