Shades of Moody Blue #8D84BB
Tints of Moody Blue #8D84BB
RGB
CMYK
RGB Variations
Color information
#8D84BB (or 0x8D84BB) is known color: Moody Blue. HEX triplet: 8D, 84 and BB. RGB value is (141,132,187). Sum of RGB (Red+Green+Blue) = 141+132+187=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84BB is #727B44. Grayscale: #8C8C8C. Windows color (decimal): -7502661 or 12289165. OLE color: 12289165.
HSL color Cylindrical-coordinate representation of color #8D84BB: hue angle of 249.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D84BB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 132 | 187 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.27 |
| HSL | 249.82º | 0.29% | 0.63% | - |
| HSV(B) | 249.82º | 0.29% | 0.73% | - |
| XYZ | 28.21 | 25.75 | 50.5 | - |
| YUV | 140.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 187 | 0.25 | 0.29 | 0 | 0.27 | 249.82 | 0.29 | 0.63 |
| Hex | 8D | 84 | BB | 19 | 1D | 0 | 1B | FA | 1D | 3F |
| Octal | 215 | 204 | 273 | 31 | 35 | 0 | 33 | 372 | 35 | 77 |
| Binary | 10001101 | 10000100 | 10111011 | 11001 | 11101 | 0 | 11011 | 11111010 | 11101 | 111111 |
Color Harmonies of #8D84BB
Complementary color
Monochromatic Colors of #8D84BB
Black with #8D84BB
Text Example
Text Example
White with #8D84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84BB; }
p { color: rgb(141,132,187); }
H1.HeaderClassName
{
color: #8D84BB;
}
.AnyTagClassName
{
color: #8D84BB;
}
</style>
background-color css
<style>
a { background-color: #8D84BB; }
a { background-color: rgb(141,132,187); }
div.DivClassName
{
background-color: #8D84BB;
}
.BgClassName
{
background-color: #8D84BB;
}
</style>
border-color css
<style>
span { border-color: #8D84BB; }
span { border-color: rgb(141,132,187); }
td.TdClassName
{
border-color: #8D84BB;
}
.TagClassName
{
border-color: #8D84BB;
}
</style>