Shades of Moody Blue #8D7ECC
Tints of Moody Blue #8D7ECC
RGB
CMYK
RGB Variations
Color information
#8D7ECC (or 0x8D7ECC) is known color: Moody Blue. HEX triplet: 8D, 7E and CC. RGB value is (141,126,204). Sum of RGB (Red+Green+Blue) = 141+126+204=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ECC is #728133. Grayscale: #8B8B8B. Windows color (decimal): -7504180 or 13401741. OLE color: 13401741.
HSL color Cylindrical-coordinate representation of color #8D7ECC: hue angle of 251.54º 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 #8D7ECC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 126 | 204 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.2 |
| HSL | 251.54º | 0.43% | 0.65% | - |
| HSV(B) | 251.54º | 0.38% | 0.8% | - |
| XYZ | 29.34 | 24.94 | 60.39 | - |
| YUV | 139.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 204 | 0.31 | 0.38 | 0 | 0.2 | 251.54 | 0.43 | 0.65 |
| Hex | 8D | 7E | CC | 1F | 26 | 0 | 14 | FC | 2B | 41 |
| Octal | 215 | 176 | 314 | 37 | 46 | 0 | 24 | 374 | 53 | 101 |
| Binary | 10001101 | 1111110 | 11001100 | 11111 | 100110 | 0 | 10100 | 11111100 | 101011 | 1000001 |
Color Harmonies of #8D7ECC
Complementary color
Monochromatic Colors of #8D7ECC
Black with #8D7ECC
Text Example
Text Example
White with #8D7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7ECC; }
p { color: rgb(141,126,204); }
H1.HeaderClassName
{
color: #8D7ECC;
}
.AnyTagClassName
{
color: #8D7ECC;
}
</style>
background-color css
<style>
a { background-color: #8D7ECC; }
a { background-color: rgb(141,126,204); }
div.DivClassName
{
background-color: #8D7ECC;
}
.BgClassName
{
background-color: #8D7ECC;
}
</style>
border-color css
<style>
span { border-color: #8D7ECC; }
span { border-color: rgb(141,126,204); }
td.TdClassName
{
border-color: #8D7ECC;
}
.TagClassName
{
border-color: #8D7ECC;
}
</style>