Shades of Moody Blue #8D87BE
Tints of Moody Blue #8D87BE
RGB
CMYK
RGB Variations
Color information
#8D87BE (or 0x8D87BE) is known color: Moody Blue. HEX triplet: 8D, 87 and BE. RGB value is (141,135,190). Sum of RGB (Red+Green+Blue) = 141+135+190=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87BE is #727841. Grayscale: #8E8E8E. Windows color (decimal): -7501890 or 12486541. OLE color: 12486541.
HSL color Cylindrical-coordinate representation of color #8D87BE: hue angle of 246.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D87BE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 135 | 190 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.25 |
| HSL | 246.55º | 0.3% | 0.64% | - |
| HSV(B) | 246.55º | 0.29% | 0.75% | - |
| XYZ | 28.94 | 26.71 | 52.34 | - |
| YUV | 143.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 190 | 0.26 | 0.29 | 0 | 0.25 | 246.55 | 0.3 | 0.64 |
| Hex | 8D | 87 | BE | 1A | 1D | 0 | 19 | F7 | 1E | 40 |
| Octal | 215 | 207 | 276 | 32 | 35 | 0 | 31 | 367 | 36 | 100 |
| Binary | 10001101 | 10000111 | 10111110 | 11010 | 11101 | 0 | 11001 | 11110111 | 11110 | 1000000 |
Color Harmonies of #8D87BE
Complementary color
Monochromatic Colors of #8D87BE
Black with #8D87BE
Text Example
Text Example
White with #8D87BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87BE; }
p { color: rgb(141,135,190); }
H1.HeaderClassName
{
color: #8D87BE;
}
.AnyTagClassName
{
color: #8D87BE;
}
</style>
background-color css
<style>
a { background-color: #8D87BE; }
a { background-color: rgb(141,135,190); }
div.DivClassName
{
background-color: #8D87BE;
}
.BgClassName
{
background-color: #8D87BE;
}
</style>
border-color css
<style>
span { border-color: #8D87BE; }
span { border-color: rgb(141,135,190); }
td.TdClassName
{
border-color: #8D87BE;
}
.TagClassName
{
border-color: #8D87BE;
}
</style>