Shades of Moody Blue #8983DC
Tints of Moody Blue #8983DC
RGB
CMYK
RGB Variations
Color information
#8983DC (or 0x8983DC) is known color: Moody Blue. HEX triplet: 89, 83 and DC. RGB value is (137,131,220). Sum of RGB (Red+Green+Blue) = 137+131+220=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8983DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DC is #767C23. Grayscale: #8E8E8E. Windows color (decimal): -7765028 or 14451593. OLE color: 14451593.
HSL color Cylindrical-coordinate representation of color #8983DC: hue angle of 244.04º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8983DC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 131 | 220 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.14 |
| HSL | 244.04º | 0.56% | 0.69% | - |
| HSV(B) | 244.04º | 0.4% | 0.86% | - |
| XYZ | 31.35 | 26.72 | 71.21 | - |
| YUV | 142.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 220 | 0.38 | 0.40 | 0 | 0.14 | 244.04 | 0.56 | 0.69 |
| Hex | 89 | 83 | DC | 26 | 28 | 0 | E | F4 | 38 | 45 |
| Octal | 211 | 203 | 334 | 46 | 50 | 0 | 16 | 364 | 70 | 105 |
| Binary | 10001001 | 10000011 | 11011100 | 100110 | 101000 | 0 | 1110 | 11110100 | 111000 | 1000101 |
Color Harmonies of #8983DC
Complementary color
Monochromatic Colors of #8983DC
Black with #8983DC
Text Example
Text Example
White with #8983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983DC; }
p { color: rgb(137,131,220); }
H1.HeaderClassName
{
color: #8983DC;
}
.AnyTagClassName
{
color: #8983DC;
}
</style>
background-color css
<style>
a { background-color: #8983DC; }
a { background-color: rgb(137,131,220); }
div.DivClassName
{
background-color: #8983DC;
}
.BgClassName
{
background-color: #8983DC;
}
</style>
border-color css
<style>
span { border-color: #8983DC; }
span { border-color: rgb(137,131,220); }
td.TdClassName
{
border-color: #8983DC;
}
.TagClassName
{
border-color: #8983DC;
}
</style>