Shades of Moody Blue #8983DF
Tints of Moody Blue #8983DF
RGB
CMYK
RGB Variations
Color information
#8983DF (or 0x8983DF) is known color: Moody Blue. HEX triplet: 89, 83 and DF. RGB value is (137,131,223). Sum of RGB (Red+Green+Blue) = 137+131+223=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8983DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DF is #767C20. Grayscale: #8E8E8E. Windows color (decimal): -7765025 or 14648201. OLE color: 14648201.
HSL color Cylindrical-coordinate representation of color #8983DF: hue angle of 243.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8983DF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 131 | 223 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.13 |
| HSL | 243.91º | 0.59% | 0.69% | - |
| HSV(B) | 243.91º | 0.41% | 0.87% | - |
| XYZ | 31.75 | 26.88 | 73.33 | - |
| YUV | 143.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 223 | 0.39 | 0.41 | 0 | 0.13 | 243.91 | 0.59 | 0.69 |
| Hex | 89 | 83 | DF | 27 | 29 | 0 | D | F4 | 3B | 45 |
| Octal | 211 | 203 | 337 | 47 | 51 | 0 | 15 | 364 | 73 | 105 |
| Binary | 10001001 | 10000011 | 11011111 | 100111 | 101001 | 0 | 1101 | 11110100 | 111011 | 1000101 |
Color Harmonies of #8983DF
Complementary color
Monochromatic Colors of #8983DF
Black with #8983DF
Text Example
Text Example
White with #8983DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983DF; }
p { color: rgb(137,131,223); }
H1.HeaderClassName
{
color: #8983DF;
}
.AnyTagClassName
{
color: #8983DF;
}
</style>
background-color css
<style>
a { background-color: #8983DF; }
a { background-color: rgb(137,131,223); }
div.DivClassName
{
background-color: #8983DF;
}
.BgClassName
{
background-color: #8983DF;
}
</style>
border-color css
<style>
span { border-color: #8983DF; }
span { border-color: rgb(137,131,223); }
td.TdClassName
{
border-color: #8983DF;
}
.TagClassName
{
border-color: #8983DF;
}
</style>