Shades of Moody Blue #7F6ECE
Tints of Moody Blue #7F6ECE
RGB
CMYK
RGB Variations
Color information
#7F6ECE (or 0x7F6ECE) is known color: Moody Blue. HEX triplet: 7F, 6E and CE. RGB value is (127,110,206). Sum of RGB (Red+Green+Blue) = 127+110+206=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ECE is #809131. Grayscale: #7D7D7D. Windows color (decimal): -8425778 or 13528703. OLE color: 13528703.
HSL color Cylindrical-coordinate representation of color #7F6ECE: hue angle of 250.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F6ECE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 110 | 206 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.19 |
| HSL | 250.63º | 0.49% | 0.62% | - |
| HSV(B) | 250.63º | 0.47% | 0.81% | - |
| XYZ | 25.47 | 20.12 | 60.93 | - |
| YUV | 126.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 206 | 0.38 | 0.47 | 0 | 0.19 | 250.63 | 0.49 | 0.62 |
| Hex | 7F | 6E | CE | 26 | 2F | 0 | 13 | FB | 31 | 3E |
| Octal | 177 | 156 | 316 | 46 | 57 | 0 | 23 | 373 | 61 | 76 |
| Binary | 1111111 | 1101110 | 11001110 | 100110 | 101111 | 0 | 10011 | 11111011 | 110001 | 111110 |
Color Harmonies of #7F6ECE
Complementary color
Monochromatic Colors of #7F6ECE
Black with #7F6ECE
Text Example
Text Example
White with #7F6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6ECE; }
p { color: rgb(127,110,206); }
H1.HeaderClassName
{
color: #7F6ECE;
}
.AnyTagClassName
{
color: #7F6ECE;
}
</style>
background-color css
<style>
a { background-color: #7F6ECE; }
a { background-color: rgb(127,110,206); }
div.DivClassName
{
background-color: #7F6ECE;
}
.BgClassName
{
background-color: #7F6ECE;
}
</style>
border-color css
<style>
span { border-color: #7F6ECE; }
span { border-color: rgb(127,110,206); }
td.TdClassName
{
border-color: #7F6ECE;
}
.TagClassName
{
border-color: #7F6ECE;
}
</style>