Shades of Moody Blue #8D83DD
Tints of Moody Blue #8D83DD
RGB
CMYK
RGB Variations
Color information
#8D83DD (or 0x8D83DD) is known color: Moody Blue. HEX triplet: 8D, 83 and DD. RGB value is (141,131,221). Sum of RGB (Red+Green+Blue) = 141+131+221=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83DD is #727C22. Grayscale: #8F8F8F. Windows color (decimal): -7502883 or 14517133. OLE color: 14517133.
HSL color Cylindrical-coordinate representation of color #8D83DD: hue angle of 246.67º degrees, saturation: 0.57, 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 #8D83DD is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 131 | 221 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.13 |
| HSL | 246.67º | 0.57% | 0.69% | - |
| HSV(B) | 246.67º | 0.41% | 0.87% | - |
| XYZ | 32.15 | 27.12 | 71.95 | - |
| YUV | 144.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 221 | 0.36 | 0.41 | 0 | 0.13 | 246.67 | 0.57 | 0.69 |
| Hex | 8D | 83 | DD | 24 | 29 | 0 | D | F7 | 39 | 45 |
| Octal | 215 | 203 | 335 | 44 | 51 | 0 | 15 | 367 | 71 | 105 |
| Binary | 10001101 | 10000011 | 11011101 | 100100 | 101001 | 0 | 1101 | 11110111 | 111001 | 1000101 |
Color Harmonies of #8D83DD
Complementary color
Monochromatic Colors of #8D83DD
Black with #8D83DD
Text Example
Text Example
White with #8D83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83DD; }
p { color: rgb(141,131,221); }
H1.HeaderClassName
{
color: #8D83DD;
}
.AnyTagClassName
{
color: #8D83DD;
}
</style>
background-color css
<style>
a { background-color: #8D83DD; }
a { background-color: rgb(141,131,221); }
div.DivClassName
{
background-color: #8D83DD;
}
.BgClassName
{
background-color: #8D83DD;
}
</style>
border-color css
<style>
span { border-color: #8D83DD; }
span { border-color: rgb(141,131,221); }
td.TdClassName
{
border-color: #8D83DD;
}
.TagClassName
{
border-color: #8D83DD;
}
</style>