Shades of Moody Blue #8D82DC
Tints of Moody Blue #8D82DC
RGB
CMYK
RGB Variations
Color information
#8D82DC (or 0x8D82DC) is known color: Moody Blue. HEX triplet: 8D, 82 and DC. RGB value is (141,130,220). Sum of RGB (Red+Green+Blue) = 141+130+220=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82DC is #727D23. Grayscale: #8F8F8F. Windows color (decimal): -7503140 or 14451341. OLE color: 14451341.
HSL color Cylindrical-coordinate representation of color #8D82DC: hue angle of 247.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D82DC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 130 | 220 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.14 |
| HSL | 247.33º | 0.56% | 0.69% | - |
| HSV(B) | 247.33º | 0.41% | 0.86% | - |
| XYZ | 31.89 | 26.8 | 71.2 | - |
| YUV | 143.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 220 | 0.36 | 0.41 | 0 | 0.14 | 247.33 | 0.56 | 0.69 |
| Hex | 8D | 82 | DC | 24 | 29 | 0 | E | F7 | 38 | 45 |
| Octal | 215 | 202 | 334 | 44 | 51 | 0 | 16 | 367 | 70 | 105 |
| Binary | 10001101 | 10000010 | 11011100 | 100100 | 101001 | 0 | 1110 | 11110111 | 111000 | 1000101 |
Color Harmonies of #8D82DC
Complementary color
Monochromatic Colors of #8D82DC
Black with #8D82DC
Text Example
Text Example
White with #8D82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82DC; }
p { color: rgb(141,130,220); }
H1.HeaderClassName
{
color: #8D82DC;
}
.AnyTagClassName
{
color: #8D82DC;
}
</style>
background-color css
<style>
a { background-color: #8D82DC; }
a { background-color: rgb(141,130,220); }
div.DivClassName
{
background-color: #8D82DC;
}
.BgClassName
{
background-color: #8D82DC;
}
</style>
border-color css
<style>
span { border-color: #8D82DC; }
span { border-color: rgb(141,130,220); }
td.TdClassName
{
border-color: #8D82DC;
}
.TagClassName
{
border-color: #8D82DC;
}
</style>