Shades of Moody Blue #8C85BC
Tints of Moody Blue #8C85BC
RGB
CMYK
RGB Variations
Color information
#8C85BC (or 0x8C85BC) is known color: Moody Blue. HEX triplet: 8C, 85 and BC. RGB value is (140,133,188). Sum of RGB (Red+Green+Blue) = 140+133+188=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85BC is #737A43. Grayscale: #8D8D8D. Windows color (decimal): -7567940 or 12354956. OLE color: 12354956.
HSL color Cylindrical-coordinate representation of color #8C85BC: hue angle of 247.64º 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 #8C85BC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 133 | 188 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.26 |
| HSL | 247.64º | 0.29% | 0.63% | - |
| HSV(B) | 247.64º | 0.29% | 0.74% | - |
| XYZ | 28.28 | 25.98 | 51.1 | - |
| YUV | 141.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 188 | 0.26 | 0.29 | 0 | 0.26 | 247.64 | 0.29 | 0.63 |
| Hex | 8C | 85 | BC | 1A | 1D | 0 | 1A | F8 | 1D | 3F |
| Octal | 214 | 205 | 274 | 32 | 35 | 0 | 32 | 370 | 35 | 77 |
| Binary | 10001100 | 10000101 | 10111100 | 11010 | 11101 | 0 | 11010 | 11111000 | 11101 | 111111 |
Color Harmonies of #8C85BC
Complementary color
Monochromatic Colors of #8C85BC
Black with #8C85BC
Text Example
Text Example
White with #8C85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85BC; }
p { color: rgb(140,133,188); }
H1.HeaderClassName
{
color: #8C85BC;
}
.AnyTagClassName
{
color: #8C85BC;
}
</style>
background-color css
<style>
a { background-color: #8C85BC; }
a { background-color: rgb(140,133,188); }
div.DivClassName
{
background-color: #8C85BC;
}
.BgClassName
{
background-color: #8C85BC;
}
</style>
border-color css
<style>
span { border-color: #8C85BC; }
span { border-color: rgb(140,133,188); }
td.TdClassName
{
border-color: #8C85BC;
}
.TagClassName
{
border-color: #8C85BC;
}
</style>