Shades of Moody Blue #8D83CF
Tints of Moody Blue #8D83CF
RGB
CMYK
RGB Variations
Color information
#8D83CF (or 0x8D83CF) is known color: Moody Blue. HEX triplet: 8D, 83 and CF. RGB value is (141,131,207). Sum of RGB (Red+Green+Blue) = 141+131+207=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83CF is #727C30. Grayscale: #8E8E8E. Windows color (decimal): -7502897 or 13599629. OLE color: 13599629.
HSL color Cylindrical-coordinate representation of color #8D83CF: hue angle of 247.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D83CF is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 131 | 207 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.19 |
| HSL | 247.89º | 0.44% | 0.66% | - |
| HSV(B) | 247.89º | 0.37% | 0.81% | - |
| XYZ | 30.36 | 26.4 | 62.53 | - |
| YUV | 142.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 207 | 0.32 | 0.37 | 0 | 0.19 | 247.89 | 0.44 | 0.66 |
| Hex | 8D | 83 | CF | 20 | 25 | 0 | 13 | F8 | 2C | 42 |
| Octal | 215 | 203 | 317 | 40 | 45 | 0 | 23 | 370 | 54 | 102 |
| Binary | 10001101 | 10000011 | 11001111 | 100000 | 100101 | 0 | 10011 | 11111000 | 101100 | 1000010 |
Color Harmonies of #8D83CF
Complementary color
Monochromatic Colors of #8D83CF
Black with #8D83CF
Text Example
Text Example
White with #8D83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83CF; }
p { color: rgb(141,131,207); }
H1.HeaderClassName
{
color: #8D83CF;
}
.AnyTagClassName
{
color: #8D83CF;
}
</style>
background-color css
<style>
a { background-color: #8D83CF; }
a { background-color: rgb(141,131,207); }
div.DivClassName
{
background-color: #8D83CF;
}
.BgClassName
{
background-color: #8D83CF;
}
</style>
border-color css
<style>
span { border-color: #8D83CF; }
span { border-color: rgb(141,131,207); }
td.TdClassName
{
border-color: #8D83CF;
}
.TagClassName
{
border-color: #8D83CF;
}
</style>