Shades of Moody Blue #8D83C1
Tints of Moody Blue #8D83C1
RGB
CMYK
RGB Variations
Color information
#8D83C1 (or 0x8D83C1) is known color: Moody Blue. HEX triplet: 8D, 83 and C1. RGB value is (141,131,193). Sum of RGB (Red+Green+Blue) = 141+131+193=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83C1 is #727C3E. Grayscale: #8C8C8C. Windows color (decimal): -7502911 or 12682125. OLE color: 12682125.
HSL color Cylindrical-coordinate representation of color #8D83C1: hue angle of 249.68º 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 #8D83C1 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 131 | 193 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.24 |
| HSL | 249.68º | 0.33% | 0.64% | - |
| HSV(B) | 249.68º | 0.32% | 0.76% | - |
| XYZ | 28.73 | 25.75 | 53.91 | - |
| YUV | 141.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 193 | 0.27 | 0.32 | 0 | 0.24 | 249.68 | 0.33 | 0.64 |
| Hex | 8D | 83 | C1 | 1B | 20 | 0 | 18 | FA | 21 | 40 |
| Octal | 215 | 203 | 301 | 33 | 40 | 0 | 30 | 372 | 41 | 100 |
| Binary | 10001101 | 10000011 | 11000001 | 11011 | 100000 | 0 | 11000 | 11111010 | 100001 | 1000000 |
Color Harmonies of #8D83C1
Complementary color
Monochromatic Colors of #8D83C1
Black with #8D83C1
Text Example
Text Example
White with #8D83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83C1; }
p { color: rgb(141,131,193); }
H1.HeaderClassName
{
color: #8D83C1;
}
.AnyTagClassName
{
color: #8D83C1;
}
</style>
background-color css
<style>
a { background-color: #8D83C1; }
a { background-color: rgb(141,131,193); }
div.DivClassName
{
background-color: #8D83C1;
}
.BgClassName
{
background-color: #8D83C1;
}
</style>
border-color css
<style>
span { border-color: #8D83C1; }
span { border-color: rgb(141,131,193); }
td.TdClassName
{
border-color: #8D83C1;
}
.TagClassName
{
border-color: #8D83C1;
}
</style>