Shades of Moody Blue #8D84C1
Tints of Moody Blue #8D84C1
RGB
CMYK
RGB Variations
Color information
#8D84C1 (or 0x8D84C1) is known color: Moody Blue. HEX triplet: 8D, 84 and C1. RGB value is (141,132,193). Sum of RGB (Red+Green+Blue) = 141+132+193=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D84C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84C1 is #727B3E. Grayscale: #8D8D8D. Windows color (decimal): -7502655 or 12682381. OLE color: 12682381.
HSL color Cylindrical-coordinate representation of color #8D84C1: hue angle of 248.85º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D84C1 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 132 | 193 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.24 |
| HSL | 248.85º | 0.33% | 0.64% | - |
| HSV(B) | 248.85º | 0.32% | 0.76% | - |
| XYZ | 28.86 | 26.02 | 53.95 | - |
| YUV | 141.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 193 | 0.27 | 0.32 | 0 | 0.24 | 248.85 | 0.33 | 0.64 |
| Hex | 8D | 84 | C1 | 1B | 20 | 0 | 18 | F9 | 21 | 40 |
| Octal | 215 | 204 | 301 | 33 | 40 | 0 | 30 | 371 | 41 | 100 |
| Binary | 10001101 | 10000100 | 11000001 | 11011 | 100000 | 0 | 11000 | 11111001 | 100001 | 1000000 |
Color Harmonies of #8D84C1
Complementary color
Monochromatic Colors of #8D84C1
Black with #8D84C1
Text Example
Text Example
White with #8D84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84C1; }
p { color: rgb(141,132,193); }
H1.HeaderClassName
{
color: #8D84C1;
}
.AnyTagClassName
{
color: #8D84C1;
}
</style>
background-color css
<style>
a { background-color: #8D84C1; }
a { background-color: rgb(141,132,193); }
div.DivClassName
{
background-color: #8D84C1;
}
.BgClassName
{
background-color: #8D84C1;
}
</style>
border-color css
<style>
span { border-color: #8D84C1; }
span { border-color: rgb(141,132,193); }
td.TdClassName
{
border-color: #8D84C1;
}
.TagClassName
{
border-color: #8D84C1;
}
</style>