Shades of Moody Blue #8D82DA
Tints of Moody Blue #8D82DA
RGB
CMYK
RGB Variations
Color information
#8D82DA (or 0x8D82DA) is known color: Moody Blue. HEX triplet: 8D, 82 and DA. RGB value is (141,130,218). Sum of RGB (Red+Green+Blue) = 141+130+218=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D82DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82DA is #727D25. Grayscale: #8E8E8E. Windows color (decimal): -7503142 or 14320269. OLE color: 14320269.
HSL color Cylindrical-coordinate representation of color #8D82DA: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D82DA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 130 | 218 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.15 |
| HSL | 247.5º | 0.54% | 0.68% | - |
| HSV(B) | 247.5º | 0.4% | 0.85% | - |
| XYZ | 31.62 | 26.69 | 69.81 | - |
| YUV | 143.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 218 | 0.35 | 0.40 | 0 | 0.15 | 247.5 | 0.54 | 0.68 |
| Hex | 8D | 82 | DA | 23 | 28 | 0 | F | F8 | 36 | 44 |
| Octal | 215 | 202 | 332 | 43 | 50 | 0 | 17 | 370 | 66 | 104 |
| Binary | 10001101 | 10000010 | 11011010 | 100011 | 101000 | 0 | 1111 | 11111000 | 110110 | 1000100 |
Color Harmonies of #8D82DA
Complementary color
Monochromatic Colors of #8D82DA
Black with #8D82DA
Text Example
Text Example
White with #8D82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82DA; }
p { color: rgb(141,130,218); }
H1.HeaderClassName
{
color: #8D82DA;
}
.AnyTagClassName
{
color: #8D82DA;
}
</style>
background-color css
<style>
a { background-color: #8D82DA; }
a { background-color: rgb(141,130,218); }
div.DivClassName
{
background-color: #8D82DA;
}
.BgClassName
{
background-color: #8D82DA;
}
</style>
border-color css
<style>
span { border-color: #8D82DA; }
span { border-color: rgb(141,130,218); }
td.TdClassName
{
border-color: #8D82DA;
}
.TagClassName
{
border-color: #8D82DA;
}
</style>