Shades of Moody Blue #8D85BE
Tints of Moody Blue #8D85BE
RGB
CMYK
RGB Variations
Color information
#8D85BE (or 0x8D85BE) is known color: Moody Blue. HEX triplet: 8D, 85 and BE. RGB value is (141,133,190). Sum of RGB (Red+Green+Blue) = 141+133+190=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85BE is #727A41. Grayscale: #8D8D8D. Windows color (decimal): -7502402 or 12486029. OLE color: 12486029.
HSL color Cylindrical-coordinate representation of color #8D85BE: hue angle of 248.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D85BE is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 133 | 190 | - |
| CMYK | 0.26 | 0.3 | 0 | 0.25 |
| HSL | 248.42º | 0.3% | 0.63% | - |
| HSV(B) | 248.42º | 0.3% | 0.75% | - |
| XYZ | 28.67 | 26.16 | 52.25 | - |
| YUV | 141.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 190 | 0.26 | 0.3 | 0 | 0.25 | 248.42 | 0.3 | 0.63 |
| Hex | 8D | 85 | BE | 1A | 1E | 0 | 19 | F8 | 1E | 3F |
| Octal | 215 | 205 | 276 | 32 | 36 | 0 | 31 | 370 | 36 | 77 |
| Binary | 10001101 | 10000101 | 10111110 | 11010 | 11110 | 0 | 11001 | 11111000 | 11110 | 111111 |
Color Harmonies of #8D85BE
Complementary color
Monochromatic Colors of #8D85BE
Black with #8D85BE
Text Example
Text Example
White with #8D85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D85BE; }
p { color: rgb(141,133,190); }
H1.HeaderClassName
{
color: #8D85BE;
}
.AnyTagClassName
{
color: #8D85BE;
}
</style>
background-color css
<style>
a { background-color: #8D85BE; }
a { background-color: rgb(141,133,190); }
div.DivClassName
{
background-color: #8D85BE;
}
.BgClassName
{
background-color: #8D85BE;
}
</style>
border-color css
<style>
span { border-color: #8D85BE; }
span { border-color: rgb(141,133,190); }
td.TdClassName
{
border-color: #8D85BE;
}
.TagClassName
{
border-color: #8D85BE;
}
</style>