Shades of Moody Blue #8D83C5
Tints of Moody Blue #8D83C5
RGB
CMYK
RGB Variations
Color information
#8D83C5 (or 0x8D83C5) is known color: Moody Blue. HEX triplet: 8D, 83 and C5. RGB value is (141,131,197). Sum of RGB (Red+Green+Blue) = 141+131+197=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #8D83C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83C5 is #727C3A. Grayscale: #8D8D8D. Windows color (decimal): -7502907 or 12944269. OLE color: 12944269.
HSL color Cylindrical-coordinate representation of color #8D83C5: hue angle of 249.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D83C5 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 131 | 197 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.23 |
| HSL | 249.09º | 0.36% | 0.64% | - |
| HSV(B) | 249.09º | 0.34% | 0.77% | - |
| XYZ | 29.18 | 25.93 | 56.29 | - |
| YUV | 141.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 197 | 0.28 | 0.34 | 0 | 0.23 | 249.09 | 0.36 | 0.64 |
| Hex | 8D | 83 | C5 | 1C | 22 | 0 | 17 | F9 | 24 | 40 |
| Octal | 215 | 203 | 305 | 34 | 42 | 0 | 27 | 371 | 44 | 100 |
| Binary | 10001101 | 10000011 | 11000101 | 11100 | 100010 | 0 | 10111 | 11111001 | 100100 | 1000000 |
Color Harmonies of #8D83C5
Complementary color
Monochromatic Colors of #8D83C5
Black with #8D83C5
Text Example
Text Example
White with #8D83C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83C5; }
p { color: rgb(141,131,197); }
H1.HeaderClassName
{
color: #8D83C5;
}
.AnyTagClassName
{
color: #8D83C5;
}
</style>
background-color css
<style>
a { background-color: #8D83C5; }
a { background-color: rgb(141,131,197); }
div.DivClassName
{
background-color: #8D83C5;
}
.BgClassName
{
background-color: #8D83C5;
}
</style>
border-color css
<style>
span { border-color: #8D83C5; }
span { border-color: rgb(141,131,197); }
td.TdClassName
{
border-color: #8D83C5;
}
.TagClassName
{
border-color: #8D83C5;
}
</style>