Shades of Moody Blue #8983BA
Tints of Moody Blue #8983BA
RGB
CMYK
RGB Variations
Color information
#8983BA (or 0x8983BA) is known color: Moody Blue. HEX triplet: 89, 83 and BA. RGB value is (137,131,186). Sum of RGB (Red+Green+Blue) = 137+131+186=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8983BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983BA is #767C45. Grayscale: #8A8A8A. Windows color (decimal): -7765062 or 12223369. OLE color: 12223369.
HSL color Cylindrical-coordinate representation of color #8983BA: hue angle of 246.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8983BA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 131 | 186 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.27 |
| HSL | 246.55º | 0.28% | 0.62% | - |
| HSV(B) | 246.55º | 0.3% | 0.73% | - |
| XYZ | 27.3 | 25.1 | 49.86 | - |
| YUV | 139.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 186 | 0.26 | 0.30 | 0 | 0.27 | 246.55 | 0.28 | 0.62 |
| Hex | 89 | 83 | BA | 1A | 1E | 0 | 1B | F7 | 1C | 3E |
| Octal | 211 | 203 | 272 | 32 | 36 | 0 | 33 | 367 | 34 | 76 |
| Binary | 10001001 | 10000011 | 10111010 | 11010 | 11110 | 0 | 11011 | 11110111 | 11100 | 111110 |
Color Harmonies of #8983BA
Complementary color
Monochromatic Colors of #8983BA
Black with #8983BA
Text Example
Text Example
White with #8983BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983BA; }
p { color: rgb(137,131,186); }
H1.HeaderClassName
{
color: #8983BA;
}
.AnyTagClassName
{
color: #8983BA;
}
</style>
background-color css
<style>
a { background-color: #8983BA; }
a { background-color: rgb(137,131,186); }
div.DivClassName
{
background-color: #8983BA;
}
.BgClassName
{
background-color: #8983BA;
}
</style>
border-color css
<style>
span { border-color: #8983BA; }
span { border-color: rgb(137,131,186); }
td.TdClassName
{
border-color: #8983BA;
}
.TagClassName
{
border-color: #8983BA;
}
</style>