Shades of Moody Blue #8C84DD
Tints of Moody Blue #8C84DD
RGB
CMYK
RGB Variations
Color information
#8C84DD (or 0x8C84DD) is known color: Moody Blue. HEX triplet: 8C, 84 and DD. RGB value is (140,132,221). Sum of RGB (Red+Green+Blue) = 140+132+221=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84DD is #737B22. Grayscale: #909090. Windows color (decimal): -7568163 or 14517388. OLE color: 14517388.
HSL color Cylindrical-coordinate representation of color #8C84DD: hue angle of 245.39º degrees, saturation: 0.57, 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 #8C84DD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 132 | 221 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.13 |
| HSL | 245.39º | 0.57% | 0.69% | - |
| HSV(B) | 245.39º | 0.4% | 0.87% | - |
| XYZ | 32.12 | 27.3 | 71.98 | - |
| YUV | 144.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 221 | 0.37 | 0.40 | 0 | 0.13 | 245.39 | 0.57 | 0.69 |
| Hex | 8C | 84 | DD | 25 | 28 | 0 | D | F5 | 39 | 45 |
| Octal | 214 | 204 | 335 | 45 | 50 | 0 | 15 | 365 | 71 | 105 |
| Binary | 10001100 | 10000100 | 11011101 | 100101 | 101000 | 0 | 1101 | 11110101 | 111001 | 1000101 |
Color Harmonies of #8C84DD
Complementary color
Monochromatic Colors of #8C84DD
Black with #8C84DD
Text Example
Text Example
White with #8C84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84DD; }
p { color: rgb(140,132,221); }
H1.HeaderClassName
{
color: #8C84DD;
}
.AnyTagClassName
{
color: #8C84DD;
}
</style>
background-color css
<style>
a { background-color: #8C84DD; }
a { background-color: rgb(140,132,221); }
div.DivClassName
{
background-color: #8C84DD;
}
.BgClassName
{
background-color: #8C84DD;
}
</style>
border-color css
<style>
span { border-color: #8C84DD; }
span { border-color: rgb(140,132,221); }
td.TdClassName
{
border-color: #8C84DD;
}
.TagClassName
{
border-color: #8C84DD;
}
</style>