Shades of Moody Blue #8D87D8
Tints of Moody Blue #8D87D8
RGB
CMYK
RGB Variations
Color information
#8D87D8 (or 0x8D87D8) is known color: Moody Blue. HEX triplet: 8D, 87 and D8. RGB value is (141,135,216). Sum of RGB (Red+Green+Blue) = 141+135+216=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D87D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87D8 is #727827. Grayscale: #919191. Windows color (decimal): -7501864 or 14190477. OLE color: 14190477.
HSL color Cylindrical-coordinate representation of color #8D87D8: hue angle of 244.44º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D87D8 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 135 | 216 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.15 |
| HSL | 244.44º | 0.51% | 0.69% | - |
| HSV(B) | 244.44º | 0.38% | 0.85% | - |
| XYZ | 32.04 | 27.95 | 68.67 | - |
| YUV | 146.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 216 | 0.35 | 0.38 | 0 | 0.15 | 244.44 | 0.51 | 0.69 |
| Hex | 8D | 87 | D8 | 23 | 26 | 0 | F | F4 | 33 | 45 |
| Octal | 215 | 207 | 330 | 43 | 46 | 0 | 17 | 364 | 63 | 105 |
| Binary | 10001101 | 10000111 | 11011000 | 100011 | 100110 | 0 | 1111 | 11110100 | 110011 | 1000101 |
Color Harmonies of #8D87D8
Complementary color
Monochromatic Colors of #8D87D8
Black with #8D87D8
Text Example
Text Example
White with #8D87D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87D8; }
p { color: rgb(141,135,216); }
H1.HeaderClassName
{
color: #8D87D8;
}
.AnyTagClassName
{
color: #8D87D8;
}
</style>
background-color css
<style>
a { background-color: #8D87D8; }
a { background-color: rgb(141,135,216); }
div.DivClassName
{
background-color: #8D87D8;
}
.BgClassName
{
background-color: #8D87D8;
}
</style>
border-color css
<style>
span { border-color: #8D87D8; }
span { border-color: rgb(141,135,216); }
td.TdClassName
{
border-color: #8D87D8;
}
.TagClassName
{
border-color: #8D87D8;
}
</style>