Shades of Moody Blue #8D7EBF
Tints of Moody Blue #8D7EBF
RGB
CMYK
RGB Variations
Color information
#8D7EBF (or 0x8D7EBF) is known color: Moody Blue. HEX triplet: 8D, 7E and BF. RGB value is (141,126,191). Sum of RGB (Red+Green+Blue) = 141+126+191=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EBF is #728140. Grayscale: #898989. Windows color (decimal): -7504193 or 12549773. OLE color: 12549773.
HSL color Cylindrical-coordinate representation of color #8D7EBF: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D7EBF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 126 | 191 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.25 |
| HSL | 253.85º | 0.34% | 0.62% | - |
| HSV(B) | 253.85º | 0.34% | 0.75% | - |
| XYZ | 27.85 | 24.35 | 52.52 | - |
| YUV | 137.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 191 | 0.26 | 0.34 | 0 | 0.25 | 253.85 | 0.34 | 0.62 |
| Hex | 8D | 7E | BF | 1A | 22 | 0 | 19 | FE | 22 | 3E |
| Octal | 215 | 176 | 277 | 32 | 42 | 0 | 31 | 376 | 42 | 76 |
| Binary | 10001101 | 1111110 | 10111111 | 11010 | 100010 | 0 | 11001 | 11111110 | 100010 | 111110 |
Color Harmonies of #8D7EBF
Complementary color
Monochromatic Colors of #8D7EBF
Black with #8D7EBF
Text Example
Text Example
White with #8D7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EBF; }
p { color: rgb(141,126,191); }
H1.HeaderClassName
{
color: #8D7EBF;
}
.AnyTagClassName
{
color: #8D7EBF;
}
</style>
background-color css
<style>
a { background-color: #8D7EBF; }
a { background-color: rgb(141,126,191); }
div.DivClassName
{
background-color: #8D7EBF;
}
.BgClassName
{
background-color: #8D7EBF;
}
</style>
border-color css
<style>
span { border-color: #8D7EBF; }
span { border-color: rgb(141,126,191); }
td.TdClassName
{
border-color: #8D7EBF;
}
.TagClassName
{
border-color: #8D7EBF;
}
</style>