Shades of Moody Blue #8C85CD
Tints of Moody Blue #8C85CD
RGB
CMYK
RGB Variations
Color information
#8C85CD (or 0x8C85CD) is known color: Moody Blue. HEX triplet: 8C, 85 and CD. RGB value is (140,133,205). Sum of RGB (Red+Green+Blue) = 140+133+205=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85CD is #737A32. Grayscale: #8F8F8F. Windows color (decimal): -7567923 or 13469068. OLE color: 13469068.
HSL color Cylindrical-coordinate representation of color #8C85CD: hue angle of 245.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C85CD is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 133 | 205 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.20 |
| HSL | 245.83º | 0.42% | 0.66% | - |
| HSV(B) | 245.83º | 0.35% | 0.8% | - |
| XYZ | 30.22 | 26.76 | 61.33 | - |
| YUV | 143.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 205 | 0.32 | 0.35 | 0 | 0.20 | 245.83 | 0.42 | 0.66 |
| Hex | 8C | 85 | CD | 20 | 23 | 0 | 14 | F6 | 2A | 42 |
| Octal | 214 | 205 | 315 | 40 | 43 | 0 | 24 | 366 | 52 | 102 |
| Binary | 10001100 | 10000101 | 11001101 | 100000 | 100011 | 0 | 10100 | 11110110 | 101010 | 1000010 |
Color Harmonies of #8C85CD
Complementary color
Monochromatic Colors of #8C85CD
Black with #8C85CD
Text Example
Text Example
White with #8C85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85CD; }
p { color: rgb(140,133,205); }
H1.HeaderClassName
{
color: #8C85CD;
}
.AnyTagClassName
{
color: #8C85CD;
}
</style>
background-color css
<style>
a { background-color: #8C85CD; }
a { background-color: rgb(140,133,205); }
div.DivClassName
{
background-color: #8C85CD;
}
.BgClassName
{
background-color: #8C85CD;
}
</style>
border-color css
<style>
span { border-color: #8C85CD; }
span { border-color: rgb(140,133,205); }
td.TdClassName
{
border-color: #8C85CD;
}
.TagClassName
{
border-color: #8C85CD;
}
</style>