Shades of Moody Blue #8E84BD
Tints of Moody Blue #8E84BD
RGB
CMYK
RGB Variations
Color information
#8E84BD (or 0x8E84BD) is known color: Moody Blue. HEX triplet: 8E, 84 and BD. RGB value is (142,132,189). Sum of RGB (Red+Green+Blue) = 142+132+189=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84BD is #717B42. Grayscale: #8D8D8D. Windows color (decimal): -7437123 or 12420238. OLE color: 12420238.
HSL color Cylindrical-coordinate representation of color #8E84BD: hue angle of 250.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E84BD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 132 | 189 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.26 |
| HSL | 250.53º | 0.3% | 0.63% | - |
| HSV(B) | 250.53º | 0.3% | 0.74% | - |
| XYZ | 28.59 | 25.93 | 51.64 | - |
| YUV | 141.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 189 | 0.25 | 0.30 | 0 | 0.26 | 250.53 | 0.3 | 0.63 |
| Hex | 8E | 84 | BD | 19 | 1E | 0 | 1A | FB | 1E | 3F |
| Octal | 216 | 204 | 275 | 31 | 36 | 0 | 32 | 373 | 36 | 77 |
| Binary | 10001110 | 10000100 | 10111101 | 11001 | 11110 | 0 | 11010 | 11111011 | 11110 | 111111 |
Color Harmonies of #8E84BD
Complementary color
Monochromatic Colors of #8E84BD
Black with #8E84BD
Text Example
Text Example
White with #8E84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84BD; }
p { color: rgb(142,132,189); }
H1.HeaderClassName
{
color: #8E84BD;
}
.AnyTagClassName
{
color: #8E84BD;
}
</style>
background-color css
<style>
a { background-color: #8E84BD; }
a { background-color: rgb(142,132,189); }
div.DivClassName
{
background-color: #8E84BD;
}
.BgClassName
{
background-color: #8E84BD;
}
</style>
border-color css
<style>
span { border-color: #8E84BD; }
span { border-color: rgb(142,132,189); }
td.TdClassName
{
border-color: #8E84BD;
}
.TagClassName
{
border-color: #8E84BD;
}
</style>