Shades of Moody Blue #8983DB
Tints of Moody Blue #8983DB
RGB
CMYK
RGB Variations
Color information
#8983DB (or 0x8983DB) is known color: Moody Blue. HEX triplet: 89, 83 and DB. RGB value is (137,131,219). Sum of RGB (Red+Green+Blue) = 137+131+219=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8983DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DB is #767C24. Grayscale: #8E8E8E. Windows color (decimal): -7765029 or 14386057. OLE color: 14386057.
HSL color Cylindrical-coordinate representation of color #8983DB: hue angle of 244.09º degrees, saturation: 0.55, 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 #8983DB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 131 | 219 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.14 |
| HSL | 244.09º | 0.55% | 0.69% | - |
| HSV(B) | 244.09º | 0.4% | 0.86% | - |
| XYZ | 31.22 | 26.67 | 70.52 | - |
| YUV | 142.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 219 | 0.37 | 0.40 | 0 | 0.14 | 244.09 | 0.55 | 0.69 |
| Hex | 89 | 83 | DB | 25 | 28 | 0 | E | F4 | 37 | 45 |
| Octal | 211 | 203 | 333 | 45 | 50 | 0 | 16 | 364 | 67 | 105 |
| Binary | 10001001 | 10000011 | 11011011 | 100101 | 101000 | 0 | 1110 | 11110100 | 110111 | 1000101 |
Color Harmonies of #8983DB
Complementary color
Monochromatic Colors of #8983DB
Black with #8983DB
Text Example
Text Example
White with #8983DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983DB; }
p { color: rgb(137,131,219); }
H1.HeaderClassName
{
color: #8983DB;
}
.AnyTagClassName
{
color: #8983DB;
}
</style>
background-color css
<style>
a { background-color: #8983DB; }
a { background-color: rgb(137,131,219); }
div.DivClassName
{
background-color: #8983DB;
}
.BgClassName
{
background-color: #8983DB;
}
</style>
border-color css
<style>
span { border-color: #8983DB; }
span { border-color: rgb(137,131,219); }
td.TdClassName
{
border-color: #8983DB;
}
.TagClassName
{
border-color: #8983DB;
}
</style>