Shades of Moody Blue #8D85DB
Tints of Moody Blue #8D85DB
RGB
CMYK
RGB Variations
Color information
#8D85DB (or 0x8D85DB) is known color: Moody Blue. HEX triplet: 8D, 85 and DB. RGB value is (141,133,219). Sum of RGB (Red+Green+Blue) = 141+133+219=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85DB is #727A24. Grayscale: #909090. Windows color (decimal): -7502373 or 14386573. OLE color: 14386573.
HSL color Cylindrical-coordinate representation of color #8D85DB: hue angle of 245.58º degrees, saturation: 0.54, 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 #8D85DB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 133 | 219 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.14 |
| HSL | 245.58º | 0.54% | 0.69% | - |
| HSV(B) | 245.58º | 0.39% | 0.86% | - |
| XYZ | 32.16 | 27.55 | 70.64 | - |
| YUV | 145.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 219 | 0.36 | 0.39 | 0 | 0.14 | 245.58 | 0.54 | 0.69 |
| Hex | 8D | 85 | DB | 24 | 27 | 0 | E | F6 | 36 | 45 |
| Octal | 215 | 205 | 333 | 44 | 47 | 0 | 16 | 366 | 66 | 105 |
| Binary | 10001101 | 10000101 | 11011011 | 100100 | 100111 | 0 | 1110 | 11110110 | 110110 | 1000101 |
Color Harmonies of #8D85DB
Complementary color
Monochromatic Colors of #8D85DB
Black with #8D85DB
Text Example
Text Example
White with #8D85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D85DB; }
p { color: rgb(141,133,219); }
H1.HeaderClassName
{
color: #8D85DB;
}
.AnyTagClassName
{
color: #8D85DB;
}
</style>
background-color css
<style>
a { background-color: #8D85DB; }
a { background-color: rgb(141,133,219); }
div.DivClassName
{
background-color: #8D85DB;
}
.BgClassName
{
background-color: #8D85DB;
}
</style>
border-color css
<style>
span { border-color: #8D85DB; }
span { border-color: rgb(141,133,219); }
td.TdClassName
{
border-color: #8D85DB;
}
.TagClassName
{
border-color: #8D85DB;
}
</style>