Shades of Moody Blue #8983D9
Tints of Moody Blue #8983D9
RGB
CMYK
RGB Variations
Color information
#8983D9 (or 0x8983D9) is known color: Moody Blue. HEX triplet: 89, 83 and D9. RGB value is (137,131,217). Sum of RGB (Red+Green+Blue) = 137+131+217=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #8983D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983D9 is #767C26. Grayscale: #8E8E8E. Windows color (decimal): -7765031 or 14254985. OLE color: 14254985.
HSL color Cylindrical-coordinate representation of color #8983D9: hue angle of 244.19º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8983D9 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 131 | 217 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.15 |
| HSL | 244.19º | 0.53% | 0.68% | - |
| HSV(B) | 244.19º | 0.4% | 0.85% | - |
| XYZ | 30.96 | 26.56 | 69.14 | - |
| YUV | 142.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 217 | 0.37 | 0.40 | 0 | 0.15 | 244.19 | 0.53 | 0.68 |
| Hex | 89 | 83 | D9 | 25 | 28 | 0 | F | F4 | 35 | 44 |
| Octal | 211 | 203 | 331 | 45 | 50 | 0 | 17 | 364 | 65 | 104 |
| Binary | 10001001 | 10000011 | 11011001 | 100101 | 101000 | 0 | 1111 | 11110100 | 110101 | 1000100 |
Color Harmonies of #8983D9
Complementary color
Monochromatic Colors of #8983D9
Black with #8983D9
Text Example
Text Example
White with #8983D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983D9; }
p { color: rgb(137,131,217); }
H1.HeaderClassName
{
color: #8983D9;
}
.AnyTagClassName
{
color: #8983D9;
}
</style>
background-color css
<style>
a { background-color: #8983D9; }
a { background-color: rgb(137,131,217); }
div.DivClassName
{
background-color: #8983D9;
}
.BgClassName
{
background-color: #8983D9;
}
</style>
border-color css
<style>
span { border-color: #8983D9; }
span { border-color: rgb(137,131,217); }
td.TdClassName
{
border-color: #8983D9;
}
.TagClassName
{
border-color: #8983D9;
}
</style>