Shades of Moody Blue #8E82BA
Tints of Moody Blue #8E82BA
RGB
CMYK
RGB Variations
Color information
#8E82BA (or 0x8E82BA) is known color: Moody Blue. HEX triplet: 8E, 82 and BA. RGB value is (142,130,186). Sum of RGB (Red+Green+Blue) = 142+130+186=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82BA is #717D45. Grayscale: #8B8B8B. Windows color (decimal): -7437638 or 12223118. OLE color: 12223118.
HSL color Cylindrical-coordinate representation of color #8E82BA: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E82BA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 130 | 186 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.27 |
| HSL | 252.86º | 0.29% | 0.62% | - |
| HSV(B) | 252.86º | 0.3% | 0.73% | - |
| XYZ | 28 | 25.26 | 49.85 | - |
| YUV | 139.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 186 | 0.24 | 0.30 | 0 | 0.27 | 252.86 | 0.29 | 0.62 |
| Hex | 8E | 82 | BA | 18 | 1E | 0 | 1B | FD | 1D | 3E |
| Octal | 216 | 202 | 272 | 30 | 36 | 0 | 33 | 375 | 35 | 76 |
| Binary | 10001110 | 10000010 | 10111010 | 11000 | 11110 | 0 | 11011 | 11111101 | 11101 | 111110 |
Color Harmonies of #8E82BA
Complementary color
Monochromatic Colors of #8E82BA
Black with #8E82BA
Text Example
Text Example
White with #8E82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E82BA; }
p { color: rgb(142,130,186); }
H1.HeaderClassName
{
color: #8E82BA;
}
.AnyTagClassName
{
color: #8E82BA;
}
</style>
background-color css
<style>
a { background-color: #8E82BA; }
a { background-color: rgb(142,130,186); }
div.DivClassName
{
background-color: #8E82BA;
}
.BgClassName
{
background-color: #8E82BA;
}
</style>
border-color css
<style>
span { border-color: #8E82BA; }
span { border-color: rgb(142,130,186); }
td.TdClassName
{
border-color: #8E82BA;
}
.TagClassName
{
border-color: #8E82BA;
}
</style>