Shades of Moody Blue #8D84CF
Tints of Moody Blue #8D84CF
RGB
CMYK
RGB Variations
Color information
#8D84CF (or 0x8D84CF) is known color: Moody Blue. HEX triplet: 8D, 84 and CF. RGB value is (141,132,207). Sum of RGB (Red+Green+Blue) = 141+132+207=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D84CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84CF is #727B30. Grayscale: #8E8E8E. Windows color (decimal): -7502641 or 13599885. OLE color: 13599885.
HSL color Cylindrical-coordinate representation of color #8D84CF: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D84CF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 132 | 207 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.19 |
| HSL | 247.2º | 0.44% | 0.66% | - |
| HSV(B) | 247.2º | 0.36% | 0.81% | - |
| XYZ | 30.5 | 26.67 | 62.57 | - |
| YUV | 143.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 207 | 0.32 | 0.36 | 0 | 0.19 | 247.2 | 0.44 | 0.66 |
| Hex | 8D | 84 | CF | 20 | 24 | 0 | 13 | F7 | 2C | 42 |
| Octal | 215 | 204 | 317 | 40 | 44 | 0 | 23 | 367 | 54 | 102 |
| Binary | 10001101 | 10000100 | 11001111 | 100000 | 100100 | 0 | 10011 | 11110111 | 101100 | 1000010 |
Color Harmonies of #8D84CF
Complementary color
Monochromatic Colors of #8D84CF
Black with #8D84CF
Text Example
Text Example
White with #8D84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84CF; }
p { color: rgb(141,132,207); }
H1.HeaderClassName
{
color: #8D84CF;
}
.AnyTagClassName
{
color: #8D84CF;
}
</style>
background-color css
<style>
a { background-color: #8D84CF; }
a { background-color: rgb(141,132,207); }
div.DivClassName
{
background-color: #8D84CF;
}
.BgClassName
{
background-color: #8D84CF;
}
</style>
border-color css
<style>
span { border-color: #8D84CF; }
span { border-color: rgb(141,132,207); }
td.TdClassName
{
border-color: #8D84CF;
}
.TagClassName
{
border-color: #8D84CF;
}
</style>