Shades of Moody Blue #8982D6
Tints of Moody Blue #8982D6
RGB
CMYK
RGB Variations
Color information
#8982D6 (or 0x8982D6) is known color: Moody Blue. HEX triplet: 89, 82 and D6. RGB value is (137,130,214). Sum of RGB (Red+Green+Blue) = 137+130+214=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #8982D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982D6 is #767D29. Grayscale: #8D8D8D. Windows color (decimal): -7765290 or 14058121. OLE color: 14058121.
HSL color Cylindrical-coordinate representation of color #8982D6: hue angle of 245º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8982D6 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 130 | 214 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.16 |
| HSL | 245º | 0.51% | 0.67% | - |
| HSV(B) | 245º | 0.39% | 0.84% | - |
| XYZ | 30.44 | 26.14 | 67.06 | - |
| YUV | 141.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 214 | 0.36 | 0.39 | 0 | 0.16 | 245 | 0.51 | 0.67 |
| Hex | 89 | 82 | D6 | 24 | 27 | 0 | 10 | F5 | 33 | 43 |
| Octal | 211 | 202 | 326 | 44 | 47 | 0 | 20 | 365 | 63 | 103 |
| Binary | 10001001 | 10000010 | 11010110 | 100100 | 100111 | 0 | 10000 | 11110101 | 110011 | 1000011 |
Color Harmonies of #8982D6
Complementary color
Monochromatic Colors of #8982D6
Black with #8982D6
Text Example
Text Example
White with #8982D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982D6; }
p { color: rgb(137,130,214); }
H1.HeaderClassName
{
color: #8982D6;
}
.AnyTagClassName
{
color: #8982D6;
}
</style>
background-color css
<style>
a { background-color: #8982D6; }
a { background-color: rgb(137,130,214); }
div.DivClassName
{
background-color: #8982D6;
}
.BgClassName
{
background-color: #8982D6;
}
</style>
border-color css
<style>
span { border-color: #8982D6; }
span { border-color: rgb(137,130,214); }
td.TdClassName
{
border-color: #8982D6;
}
.TagClassName
{
border-color: #8982D6;
}
</style>