Shades of Moody Blue #8C85DD
Tints of Moody Blue #8C85DD
RGB
CMYK
RGB Variations
Color information
#8C85DD (or 0x8C85DD) is known color: Moody Blue. HEX triplet: 8C, 85 and DD. RGB value is (140,133,221). Sum of RGB (Red+Green+Blue) = 140+133+221=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85DD is #737A22. Grayscale: #909090. Windows color (decimal): -7567907 or 14517644. OLE color: 14517644.
HSL color Cylindrical-coordinate representation of color #8C85DD: hue angle of 244.77º 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 #8C85DD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 133 | 221 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.13 |
| HSL | 244.77º | 0.56% | 0.69% | - |
| HSV(B) | 244.77º | 0.4% | 0.87% | - |
| XYZ | 32.25 | 27.57 | 72.03 | - |
| YUV | 145.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 221 | 0.37 | 0.40 | 0 | 0.13 | 244.77 | 0.56 | 0.69 |
| Hex | 8C | 85 | DD | 25 | 28 | 0 | D | F5 | 38 | 45 |
| Octal | 214 | 205 | 335 | 45 | 50 | 0 | 15 | 365 | 70 | 105 |
| Binary | 10001100 | 10000101 | 11011101 | 100101 | 101000 | 0 | 1101 | 11110101 | 111000 | 1000101 |
Color Harmonies of #8C85DD
Complementary color
Monochromatic Colors of #8C85DD
Black with #8C85DD
Text Example
Text Example
White with #8C85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85DD; }
p { color: rgb(140,133,221); }
H1.HeaderClassName
{
color: #8C85DD;
}
.AnyTagClassName
{
color: #8C85DD;
}
</style>
background-color css
<style>
a { background-color: #8C85DD; }
a { background-color: rgb(140,133,221); }
div.DivClassName
{
background-color: #8C85DD;
}
.BgClassName
{
background-color: #8C85DD;
}
</style>
border-color css
<style>
span { border-color: #8C85DD; }
span { border-color: rgb(140,133,221); }
td.TdClassName
{
border-color: #8C85DD;
}
.TagClassName
{
border-color: #8C85DD;
}
</style>