Shades of Moody Blue #8D86DC
Tints of Moody Blue #8D86DC
RGB
CMYK
RGB Variations
Color information
#8D86DC (or 0x8D86DC) is known color: Moody Blue. HEX triplet: 8D, 86 and DC. RGB value is (141,134,220). Sum of RGB (Red+Green+Blue) = 141+134+220=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86DC is #727923. Grayscale: #919191. Windows color (decimal): -7502116 or 14452365. OLE color: 14452365.
HSL color Cylindrical-coordinate representation of color #8D86DC: hue angle of 244.88º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D86DC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 134 | 220 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.14 |
| HSL | 244.88º | 0.55% | 0.69% | - |
| HSV(B) | 244.88º | 0.39% | 0.86% | - |
| XYZ | 32.43 | 27.88 | 71.38 | - |
| YUV | 145.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 220 | 0.36 | 0.39 | 0 | 0.14 | 244.88 | 0.55 | 0.69 |
| Hex | 8D | 86 | DC | 24 | 27 | 0 | E | F5 | 37 | 45 |
| Octal | 215 | 206 | 334 | 44 | 47 | 0 | 16 | 365 | 67 | 105 |
| Binary | 10001101 | 10000110 | 11011100 | 100100 | 100111 | 0 | 1110 | 11110101 | 110111 | 1000101 |
Color Harmonies of #8D86DC
Complementary color
Monochromatic Colors of #8D86DC
Black with #8D86DC
Text Example
Text Example
White with #8D86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86DC; }
p { color: rgb(141,134,220); }
H1.HeaderClassName
{
color: #8D86DC;
}
.AnyTagClassName
{
color: #8D86DC;
}
</style>
background-color css
<style>
a { background-color: #8D86DC; }
a { background-color: rgb(141,134,220); }
div.DivClassName
{
background-color: #8D86DC;
}
.BgClassName
{
background-color: #8D86DC;
}
</style>
border-color css
<style>
span { border-color: #8D86DC; }
span { border-color: rgb(141,134,220); }
td.TdClassName
{
border-color: #8D86DC;
}
.TagClassName
{
border-color: #8D86DC;
}
</style>