Shades of Moody Blue #8D86BE
Tints of Moody Blue #8D86BE
RGB
CMYK
RGB Variations
Color information
#8D86BE (or 0x8D86BE) is known color: Moody Blue. HEX triplet: 8D, 86 and BE. RGB value is (141,134,190). Sum of RGB (Red+Green+Blue) = 141+134+190=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86BE is #727941. Grayscale: #8E8E8E. Windows color (decimal): -7502146 or 12486285. OLE color: 12486285.
HSL color Cylindrical-coordinate representation of color #8D86BE: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D86BE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 134 | 190 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.25 |
| HSL | 247.5º | 0.3% | 0.64% | - |
| HSV(B) | 247.5º | 0.29% | 0.75% | - |
| XYZ | 28.8 | 26.43 | 52.3 | - |
| YUV | 142.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 190 | 0.26 | 0.29 | 0 | 0.25 | 247.5 | 0.3 | 0.64 |
| Hex | 8D | 86 | BE | 1A | 1D | 0 | 19 | F8 | 1E | 40 |
| Octal | 215 | 206 | 276 | 32 | 35 | 0 | 31 | 370 | 36 | 100 |
| Binary | 10001101 | 10000110 | 10111110 | 11010 | 11101 | 0 | 11001 | 11111000 | 11110 | 1000000 |
Color Harmonies of #8D86BE
Complementary color
Monochromatic Colors of #8D86BE
Black with #8D86BE
Text Example
Text Example
White with #8D86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86BE; }
p { color: rgb(141,134,190); }
H1.HeaderClassName
{
color: #8D86BE;
}
.AnyTagClassName
{
color: #8D86BE;
}
</style>
background-color css
<style>
a { background-color: #8D86BE; }
a { background-color: rgb(141,134,190); }
div.DivClassName
{
background-color: #8D86BE;
}
.BgClassName
{
background-color: #8D86BE;
}
</style>
border-color css
<style>
span { border-color: #8D86BE; }
span { border-color: rgb(141,134,190); }
td.TdClassName
{
border-color: #8D86BE;
}
.TagClassName
{
border-color: #8D86BE;
}
</style>