Shades of Moody Blue #8A84DD
Tints of Moody Blue #8A84DD
RGB
CMYK
RGB Variations
Color information
#8A84DD (or 0x8A84DD) is known color: Moody Blue. HEX triplet: 8A, 84 and DD. RGB value is (138,132,221). Sum of RGB (Red+Green+Blue) = 138+132+221=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84DD is #757B22. Grayscale: #8F8F8F. Windows color (decimal): -7699235 or 14517386. OLE color: 14517386.
HSL color Cylindrical-coordinate representation of color #8A84DD: hue angle of 244.04º 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 #8A84DD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 132 | 221 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.13 |
| HSL | 244.04º | 0.57% | 0.69% | - |
| HSV(B) | 244.04º | 0.4% | 0.87% | - |
| XYZ | 31.78 | 27.13 | 71.97 | - |
| YUV | 143.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 221 | 0.38 | 0.40 | 0 | 0.13 | 244.04 | 0.57 | 0.69 |
| Hex | 8A | 84 | DD | 26 | 28 | 0 | D | F4 | 39 | 45 |
| Octal | 212 | 204 | 335 | 46 | 50 | 0 | 15 | 364 | 71 | 105 |
| Binary | 10001010 | 10000100 | 11011101 | 100110 | 101000 | 0 | 1101 | 11110100 | 111001 | 1000101 |
Color Harmonies of #8A84DD
Complementary color
Monochromatic Colors of #8A84DD
Black with #8A84DD
Text Example
Text Example
White with #8A84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84DD; }
p { color: rgb(138,132,221); }
H1.HeaderClassName
{
color: #8A84DD;
}
.AnyTagClassName
{
color: #8A84DD;
}
</style>
background-color css
<style>
a { background-color: #8A84DD; }
a { background-color: rgb(138,132,221); }
div.DivClassName
{
background-color: #8A84DD;
}
.BgClassName
{
background-color: #8A84DD;
}
</style>
border-color css
<style>
span { border-color: #8A84DD; }
span { border-color: rgb(138,132,221); }
td.TdClassName
{
border-color: #8A84DD;
}
.TagClassName
{
border-color: #8A84DD;
}
</style>