Shades of Moody Blue #8D85DD
Tints of Moody Blue #8D85DD
RGB
CMYK
RGB Variations
Color information
#8D85DD (or 0x8D85DD) is known color: Moody Blue. HEX triplet: 8D, 85 and DD. RGB value is (141,133,221). Sum of RGB (Red+Green+Blue) = 141+133+221=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85DD is #727A22. Grayscale: #919191. Windows color (decimal): -7502371 or 14517645. OLE color: 14517645.
HSL color Cylindrical-coordinate representation of color #8D85DD: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D85DD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 133 | 221 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.13 |
| HSL | 245.45º | 0.56% | 0.69% | - |
| HSV(B) | 245.45º | 0.4% | 0.87% | - |
| XYZ | 32.42 | 27.66 | 72.04 | - |
| YUV | 145.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 221 | 0.36 | 0.40 | 0 | 0.13 | 245.45 | 0.56 | 0.69 |
| Hex | 8D | 85 | DD | 24 | 28 | 0 | D | F5 | 38 | 45 |
| Octal | 215 | 205 | 335 | 44 | 50 | 0 | 15 | 365 | 70 | 105 |
| Binary | 10001101 | 10000101 | 11011101 | 100100 | 101000 | 0 | 1101 | 11110101 | 111000 | 1000101 |
Color Harmonies of #8D85DD
Complementary color
Monochromatic Colors of #8D85DD
Black with #8D85DD
Text Example
Text Example
White with #8D85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D85DD; }
p { color: rgb(141,133,221); }
H1.HeaderClassName
{
color: #8D85DD;
}
.AnyTagClassName
{
color: #8D85DD;
}
</style>
background-color css
<style>
a { background-color: #8D85DD; }
a { background-color: rgb(141,133,221); }
div.DivClassName
{
background-color: #8D85DD;
}
.BgClassName
{
background-color: #8D85DD;
}
</style>
border-color css
<style>
span { border-color: #8D85DD; }
span { border-color: rgb(141,133,221); }
td.TdClassName
{
border-color: #8D85DD;
}
.TagClassName
{
border-color: #8D85DD;
}
</style>