Shades of Moody Blue #8E84BB
Tints of Moody Blue #8E84BB
RGB
CMYK
RGB Variations
Color information
#8E84BB (or 0x8E84BB) is known color: Moody Blue. HEX triplet: 8E, 84 and BB. RGB value is (142,132,187). Sum of RGB (Red+Green+Blue) = 142+132+187=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84BB is #717B44. Grayscale: #8D8D8D. Windows color (decimal): -7437125 or 12289166. OLE color: 12289166.
HSL color Cylindrical-coordinate representation of color #8E84BB: hue angle of 250.91º 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 #8E84BB is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 132 | 187 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.27 |
| HSL | 250.91º | 0.29% | 0.63% | - |
| HSV(B) | 250.91º | 0.29% | 0.73% | - |
| XYZ | 28.38 | 25.84 | 50.51 | - |
| YUV | 141.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 187 | 0.24 | 0.29 | 0 | 0.27 | 250.91 | 0.29 | 0.63 |
| Hex | 8E | 84 | BB | 18 | 1D | 0 | 1B | FB | 1D | 3F |
| Octal | 216 | 204 | 273 | 30 | 35 | 0 | 33 | 373 | 35 | 77 |
| Binary | 10001110 | 10000100 | 10111011 | 11000 | 11101 | 0 | 11011 | 11111011 | 11101 | 111111 |
Color Harmonies of #8E84BB
Complementary color
Monochromatic Colors of #8E84BB
Black with #8E84BB
Text Example
Text Example
White with #8E84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84BB; }
p { color: rgb(142,132,187); }
H1.HeaderClassName
{
color: #8E84BB;
}
.AnyTagClassName
{
color: #8E84BB;
}
</style>
background-color css
<style>
a { background-color: #8E84BB; }
a { background-color: rgb(142,132,187); }
div.DivClassName
{
background-color: #8E84BB;
}
.BgClassName
{
background-color: #8E84BB;
}
</style>
border-color css
<style>
span { border-color: #8E84BB; }
span { border-color: rgb(142,132,187); }
td.TdClassName
{
border-color: #8E84BB;
}
.TagClassName
{
border-color: #8E84BB;
}
</style>