Shades of Moody Blue #8D87BC
Tints of Moody Blue #8D87BC
RGB
CMYK
RGB Variations
Color information
#8D87BC (or 0x8D87BC) is known color: Moody Blue. HEX triplet: 8D, 87 and BC. RGB value is (141,135,188). Sum of RGB (Red+Green+Blue) = 141+135+188=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87BC is #727843. Grayscale: #8E8E8E. Windows color (decimal): -7501892 or 12355469. OLE color: 12355469.
HSL color Cylindrical-coordinate representation of color #8D87BC: hue angle of 246.79º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D87BC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 135 | 188 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.26 |
| HSL | 246.79º | 0.28% | 0.63% | - |
| HSV(B) | 246.79º | 0.28% | 0.74% | - |
| XYZ | 28.73 | 26.62 | 51.2 | - |
| YUV | 142.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 188 | 0.25 | 0.28 | 0 | 0.26 | 246.79 | 0.28 | 0.63 |
| Hex | 8D | 87 | BC | 19 | 1C | 0 | 1A | F7 | 1C | 3F |
| Octal | 215 | 207 | 274 | 31 | 34 | 0 | 32 | 367 | 34 | 77 |
| Binary | 10001101 | 10000111 | 10111100 | 11001 | 11100 | 0 | 11010 | 11110111 | 11100 | 111111 |
Color Harmonies of #8D87BC
Complementary color
Monochromatic Colors of #8D87BC
Black with #8D87BC
Text Example
Text Example
White with #8D87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87BC; }
p { color: rgb(141,135,188); }
H1.HeaderClassName
{
color: #8D87BC;
}
.AnyTagClassName
{
color: #8D87BC;
}
</style>
background-color css
<style>
a { background-color: #8D87BC; }
a { background-color: rgb(141,135,188); }
div.DivClassName
{
background-color: #8D87BC;
}
.BgClassName
{
background-color: #8D87BC;
}
</style>
border-color css
<style>
span { border-color: #8D87BC; }
span { border-color: rgb(141,135,188); }
td.TdClassName
{
border-color: #8D87BC;
}
.TagClassName
{
border-color: #8D87BC;
}
</style>