Shades of Moody Blue #8384D6
Tints of Moody Blue #8384D6
RGB
CMYK
RGB Variations
Color information
#8384D6 (or 0x8384D6) is known color: Moody Blue. HEX triplet: 83, 84 and D6. RGB value is (131,132,214). Sum of RGB (Red+Green+Blue) = 131+132+214=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #8384D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384D6 is #7C7B29. Grayscale: #8C8C8C. Windows color (decimal): -8157994 or 14058627. OLE color: 14058627.
HSL color Cylindrical-coordinate representation of color #8384D6: hue angle of 239.28º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8384D6 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 132 | 214 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.16 |
| HSL | 239.28º | 0.5% | 0.68% | - |
| HSV(B) | 239.28º | 0.39% | 0.84% | - |
| XYZ | 29.75 | 26.18 | 67.1 | - |
| YUV | 141.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 214 | 0.39 | 0.38 | 0 | 0.16 | 239.28 | 0.5 | 0.68 |
| Hex | 83 | 84 | D6 | 27 | 26 | 0 | 10 | EF | 32 | 44 |
| Octal | 203 | 204 | 326 | 47 | 46 | 0 | 20 | 357 | 62 | 104 |
| Binary | 10000011 | 10000100 | 11010110 | 100111 | 100110 | 0 | 10000 | 11101111 | 110010 | 1000100 |
Color Harmonies of #8384D6
Complementary color
Monochromatic Colors of #8384D6
Black with #8384D6
Text Example
Text Example
White with #8384D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8384D6; }
p { color: rgb(131,132,214); }
H1.HeaderClassName
{
color: #8384D6;
}
.AnyTagClassName
{
color: #8384D6;
}
</style>
background-color css
<style>
a { background-color: #8384D6; }
a { background-color: rgb(131,132,214); }
div.DivClassName
{
background-color: #8384D6;
}
.BgClassName
{
background-color: #8384D6;
}
</style>
border-color css
<style>
span { border-color: #8384D6; }
span { border-color: rgb(131,132,214); }
td.TdClassName
{
border-color: #8384D6;
}
.TagClassName
{
border-color: #8384D6;
}
</style>