Shades of Moody Blue #8C85D0
Tints of Moody Blue #8C85D0
RGB
CMYK
RGB Variations
Color information
#8C85D0 (or 0x8C85D0) is known color: Moody Blue. HEX triplet: 8C, 85 and D0. RGB value is (140,133,208). Sum of RGB (Red+Green+Blue) = 140+133+208=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85D0 is #737A2F. Grayscale: #8F8F8F. Windows color (decimal): -7567920 or 13665676. OLE color: 13665676.
HSL color Cylindrical-coordinate representation of color #8C85D0: hue angle of 245.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C85D0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 133 | 208 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.18 |
| HSL | 245.6º | 0.44% | 0.67% | - |
| HSV(B) | 245.6º | 0.36% | 0.82% | - |
| XYZ | 30.59 | 26.9 | 63.26 | - |
| YUV | 143.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 208 | 0.33 | 0.36 | 0 | 0.18 | 245.6 | 0.44 | 0.67 |
| Hex | 8C | 85 | D0 | 21 | 24 | 0 | 12 | F6 | 2C | 43 |
| Octal | 214 | 205 | 320 | 41 | 44 | 0 | 22 | 366 | 54 | 103 |
| Binary | 10001100 | 10000101 | 11010000 | 100001 | 100100 | 0 | 10010 | 11110110 | 101100 | 1000011 |
Color Harmonies of #8C85D0
Complementary color
Monochromatic Colors of #8C85D0
Black with #8C85D0
Text Example
Text Example
White with #8C85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85D0; }
p { color: rgb(140,133,208); }
H1.HeaderClassName
{
color: #8C85D0;
}
.AnyTagClassName
{
color: #8C85D0;
}
</style>
background-color css
<style>
a { background-color: #8C85D0; }
a { background-color: rgb(140,133,208); }
div.DivClassName
{
background-color: #8C85D0;
}
.BgClassName
{
background-color: #8C85D0;
}
</style>
border-color css
<style>
span { border-color: #8C85D0; }
span { border-color: rgb(140,133,208); }
td.TdClassName
{
border-color: #8C85D0;
}
.TagClassName
{
border-color: #8C85D0;
}
</style>