Shades of Moody Blue #8D85CF
Tints of Moody Blue #8D85CF
RGB
CMYK
RGB Variations
Color information
#8D85CF (or 0x8D85CF) is known color: Moody Blue. HEX triplet: 8D, 85 and CF. RGB value is (141,133,207). Sum of RGB (Red+Green+Blue) = 141+133+207=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85CF is #727A30. Grayscale: #8F8F8F. Windows color (decimal): -7502385 or 13600141. OLE color: 13600141.
HSL color Cylindrical-coordinate representation of color #8D85CF: hue angle of 246.49º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D85CF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 133 | 207 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.19 |
| HSL | 246.49º | 0.44% | 0.67% | - |
| HSV(B) | 246.49º | 0.36% | 0.81% | - |
| XYZ | 30.63 | 26.94 | 62.62 | - |
| YUV | 143.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 207 | 0.32 | 0.36 | 0 | 0.19 | 246.49 | 0.44 | 0.67 |
| Hex | 8D | 85 | CF | 20 | 24 | 0 | 13 | F6 | 2C | 43 |
| Octal | 215 | 205 | 317 | 40 | 44 | 0 | 23 | 366 | 54 | 103 |
| Binary | 10001101 | 10000101 | 11001111 | 100000 | 100100 | 0 | 10011 | 11110110 | 101100 | 1000011 |
Color Harmonies of #8D85CF
Complementary color
Monochromatic Colors of #8D85CF
Black with #8D85CF
Text Example
Text Example
White with #8D85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D85CF; }
p { color: rgb(141,133,207); }
H1.HeaderClassName
{
color: #8D85CF;
}
.AnyTagClassName
{
color: #8D85CF;
}
</style>
background-color css
<style>
a { background-color: #8D85CF; }
a { background-color: rgb(141,133,207); }
div.DivClassName
{
background-color: #8D85CF;
}
.BgClassName
{
background-color: #8D85CF;
}
</style>
border-color css
<style>
span { border-color: #8D85CF; }
span { border-color: rgb(141,133,207); }
td.TdClassName
{
border-color: #8D85CF;
}
.TagClassName
{
border-color: #8D85CF;
}
</style>