Shades of Moody Blue #8E89BA
Tints of Moody Blue #8E89BA
RGB
CMYK
RGB Variations
Color information
#8E89BA (or 0x8E89BA) is known color: Moody Blue. HEX triplet: 8E, 89 and BA. RGB value is (142,137,186). Sum of RGB (Red+Green+Blue) = 142+137+186=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E89BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89BA is #717645. Grayscale: #8F8F8F. Windows color (decimal): -7435846 or 12224910. OLE color: 12224910.
HSL color Cylindrical-coordinate representation of color #8E89BA: hue angle of 246.12º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E89BA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 137 | 186 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.27 |
| HSL | 246.12º | 0.26% | 0.63% | - |
| HSV(B) | 246.12º | 0.26% | 0.73% | - |
| XYZ | 28.96 | 27.19 | 50.18 | - |
| YUV | 144.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 186 | 0.24 | 0.26 | 0 | 0.27 | 246.12 | 0.26 | 0.63 |
| Hex | 8E | 89 | BA | 18 | 1A | 0 | 1B | F6 | 1A | 3F |
| Octal | 216 | 211 | 272 | 30 | 32 | 0 | 33 | 366 | 32 | 77 |
| Binary | 10001110 | 10001001 | 10111010 | 11000 | 11010 | 0 | 11011 | 11110110 | 11010 | 111111 |
Color Harmonies of #8E89BA
Complementary color
Monochromatic Colors of #8E89BA
Black with #8E89BA
Text Example
Text Example
White with #8E89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E89BA; }
p { color: rgb(142,137,186); }
H1.HeaderClassName
{
color: #8E89BA;
}
.AnyTagClassName
{
color: #8E89BA;
}
</style>
background-color css
<style>
a { background-color: #8E89BA; }
a { background-color: rgb(142,137,186); }
div.DivClassName
{
background-color: #8E89BA;
}
.BgClassName
{
background-color: #8E89BA;
}
</style>
border-color css
<style>
span { border-color: #8E89BA; }
span { border-color: rgb(142,137,186); }
td.TdClassName
{
border-color: #8E89BA;
}
.TagClassName
{
border-color: #8E89BA;
}
</style>