Shades of Moody Blue #8D80BA
Tints of Moody Blue #8D80BA
RGB
CMYK
RGB Variations
Color information
#8D80BA (or 0x8D80BA) is known color: Moody Blue. HEX triplet: 8D, 80 and BA. RGB value is (141,128,186). Sum of RGB (Red+Green+Blue) = 141+128+186=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80BA is #727F45. Grayscale: #8A8A8A. Windows color (decimal): -7503686 or 12222605. OLE color: 12222605.
HSL color Cylindrical-coordinate representation of color #8D80BA: hue angle of 253.45º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D80BA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 128 | 186 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.27 |
| HSL | 253.45º | 0.3% | 0.62% | - |
| HSV(B) | 253.45º | 0.31% | 0.73% | - |
| XYZ | 27.57 | 24.65 | 49.76 | - |
| YUV | 138.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 186 | 0.24 | 0.31 | 0 | 0.27 | 253.45 | 0.3 | 0.62 |
| Hex | 8D | 80 | BA | 18 | 1F | 0 | 1B | FD | 1E | 3E |
| Octal | 215 | 200 | 272 | 30 | 37 | 0 | 33 | 375 | 36 | 76 |
| Binary | 10001101 | 10000000 | 10111010 | 11000 | 11111 | 0 | 11011 | 11111101 | 11110 | 111110 |
Color Harmonies of #8D80BA
Complementary color
Monochromatic Colors of #8D80BA
Black with #8D80BA
Text Example
Text Example
White with #8D80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80BA; }
p { color: rgb(141,128,186); }
H1.HeaderClassName
{
color: #8D80BA;
}
.AnyTagClassName
{
color: #8D80BA;
}
</style>
background-color css
<style>
a { background-color: #8D80BA; }
a { background-color: rgb(141,128,186); }
div.DivClassName
{
background-color: #8D80BA;
}
.BgClassName
{
background-color: #8D80BA;
}
</style>
border-color css
<style>
span { border-color: #8D80BA; }
span { border-color: rgb(141,128,186); }
td.TdClassName
{
border-color: #8D80BA;
}
.TagClassName
{
border-color: #8D80BA;
}
</style>