Shades of Moody Blue #8D85BC
Tints of Moody Blue #8D85BC
RGB
CMYK
RGB Variations
Color information
#8D85BC (or 0x8D85BC) is known color: Moody Blue. HEX triplet: 8D, 85 and BC. RGB value is (141,133,188). Sum of RGB (Red+Green+Blue) = 141+133+188=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85BC is #727A43. Grayscale: #8D8D8D. Windows color (decimal): -7502404 or 12354957. OLE color: 12354957.
HSL color Cylindrical-coordinate representation of color #8D85BC: hue angle of 248.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D85BC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 133 | 188 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.26 |
| HSL | 248.73º | 0.29% | 0.63% | - |
| HSV(B) | 248.73º | 0.29% | 0.74% | - |
| XYZ | 28.45 | 26.07 | 51.11 | - |
| YUV | 141.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 188 | 0.25 | 0.29 | 0 | 0.26 | 248.73 | 0.29 | 0.63 |
| Hex | 8D | 85 | BC | 19 | 1D | 0 | 1A | F9 | 1D | 3F |
| Octal | 215 | 205 | 274 | 31 | 35 | 0 | 32 | 371 | 35 | 77 |
| Binary | 10001101 | 10000101 | 10111100 | 11001 | 11101 | 0 | 11010 | 11111001 | 11101 | 111111 |
Color Harmonies of #8D85BC
Complementary color
Monochromatic Colors of #8D85BC
Black with #8D85BC
Text Example
Text Example
White with #8D85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D85BC; }
p { color: rgb(141,133,188); }
H1.HeaderClassName
{
color: #8D85BC;
}
.AnyTagClassName
{
color: #8D85BC;
}
</style>
background-color css
<style>
a { background-color: #8D85BC; }
a { background-color: rgb(141,133,188); }
div.DivClassName
{
background-color: #8D85BC;
}
.BgClassName
{
background-color: #8D85BC;
}
</style>
border-color css
<style>
span { border-color: #8D85BC; }
span { border-color: rgb(141,133,188); }
td.TdClassName
{
border-color: #8D85BC;
}
.TagClassName
{
border-color: #8D85BC;
}
</style>