Shades of Moody Blue #8D7ECE
Tints of Moody Blue #8D7ECE
RGB
CMYK
RGB Variations
Color information
#8D7ECE (or 0x8D7ECE) is known color: Moody Blue. HEX triplet: 8D, 7E and CE. RGB value is (141,126,206). Sum of RGB (Red+Green+Blue) = 141+126+206=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ECE is #728131. Grayscale: #8B8B8B. Windows color (decimal): -7504178 or 13532813. OLE color: 13532813.
HSL color Cylindrical-coordinate representation of color #8D7ECE: hue angle of 251.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D7ECE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 126 | 206 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.19 |
| HSL | 251.25º | 0.45% | 0.65% | - |
| HSV(B) | 251.25º | 0.39% | 0.81% | - |
| XYZ | 29.59 | 25.04 | 61.67 | - |
| YUV | 139.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 206 | 0.32 | 0.39 | 0 | 0.19 | 251.25 | 0.45 | 0.65 |
| Hex | 8D | 7E | CE | 20 | 27 | 0 | 13 | FB | 2D | 41 |
| Octal | 215 | 176 | 316 | 40 | 47 | 0 | 23 | 373 | 55 | 101 |
| Binary | 10001101 | 1111110 | 11001110 | 100000 | 100111 | 0 | 10011 | 11111011 | 101101 | 1000001 |
Color Harmonies of #8D7ECE
Complementary color
Monochromatic Colors of #8D7ECE
Black with #8D7ECE
Text Example
Text Example
White with #8D7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7ECE; }
p { color: rgb(141,126,206); }
H1.HeaderClassName
{
color: #8D7ECE;
}
.AnyTagClassName
{
color: #8D7ECE;
}
</style>
background-color css
<style>
a { background-color: #8D7ECE; }
a { background-color: rgb(141,126,206); }
div.DivClassName
{
background-color: #8D7ECE;
}
.BgClassName
{
background-color: #8D7ECE;
}
</style>
border-color css
<style>
span { border-color: #8D7ECE; }
span { border-color: rgb(141,126,206); }
td.TdClassName
{
border-color: #8D7ECE;
}
.TagClassName
{
border-color: #8D7ECE;
}
</style>