Shades of Moody Blue #8D88BA
Tints of Moody Blue #8D88BA
RGB
CMYK
RGB Variations
Color information
#8D88BA (or 0x8D88BA) is known color: Moody Blue. HEX triplet: 8D, 88 and BA. RGB value is (141,136,186). Sum of RGB (Red+Green+Blue) = 141+136+186=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88BA is #727745. Grayscale: #8F8F8F. Windows color (decimal): -7501638 or 12224653. OLE color: 12224653.
HSL color Cylindrical-coordinate representation of color #8D88BA: hue angle of 246º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D88BA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 136 | 186 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.27 |
| HSL | 246º | 0.27% | 0.63% | - |
| HSV(B) | 246º | 0.27% | 0.73% | - |
| XYZ | 28.65 | 26.82 | 50.12 | - |
| YUV | 143.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 186 | 0.24 | 0.27 | 0 | 0.27 | 246 | 0.27 | 0.63 |
| Hex | 8D | 88 | BA | 18 | 1B | 0 | 1B | F6 | 1B | 3F |
| Octal | 215 | 210 | 272 | 30 | 33 | 0 | 33 | 366 | 33 | 77 |
| Binary | 10001101 | 10001000 | 10111010 | 11000 | 11011 | 0 | 11011 | 11110110 | 11011 | 111111 |
Color Harmonies of #8D88BA
Complementary color
Monochromatic Colors of #8D88BA
Black with #8D88BA
Text Example
Text Example
White with #8D88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D88BA; }
p { color: rgb(141,136,186); }
H1.HeaderClassName
{
color: #8D88BA;
}
.AnyTagClassName
{
color: #8D88BA;
}
</style>
background-color css
<style>
a { background-color: #8D88BA; }
a { background-color: rgb(141,136,186); }
div.DivClassName
{
background-color: #8D88BA;
}
.BgClassName
{
background-color: #8D88BA;
}
</style>
border-color css
<style>
span { border-color: #8D88BA; }
span { border-color: rgb(141,136,186); }
td.TdClassName
{
border-color: #8D88BA;
}
.TagClassName
{
border-color: #8D88BA;
}
</style>