Shades of Moody Blue #8C84C7
Tints of Moody Blue #8C84C7
RGB
CMYK
RGB Variations
Color information
#8C84C7 (or 0x8C84C7) is known color: Moody Blue. HEX triplet: 8C, 84 and C7. RGB value is (140,132,199). Sum of RGB (Red+Green+Blue) = 140+132+199=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C84C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84C7 is #737B38. Grayscale: #8D8D8D. Windows color (decimal): -7568185 or 13075596. OLE color: 13075596.
HSL color Cylindrical-coordinate representation of color #8C84C7: hue angle of 247.16º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C84C7 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 132 | 199 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.22 |
| HSL | 247.16º | 0.37% | 0.65% | - |
| HSV(B) | 247.16º | 0.34% | 0.78% | - |
| XYZ | 29.38 | 26.2 | 57.54 | - |
| YUV | 142.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 199 | 0.30 | 0.34 | 0 | 0.22 | 247.16 | 0.37 | 0.65 |
| Hex | 8C | 84 | C7 | 1E | 22 | 0 | 16 | F7 | 25 | 41 |
| Octal | 214 | 204 | 307 | 36 | 42 | 0 | 26 | 367 | 45 | 101 |
| Binary | 10001100 | 10000100 | 11000111 | 11110 | 100010 | 0 | 10110 | 11110111 | 100101 | 1000001 |
Color Harmonies of #8C84C7
Complementary color
Monochromatic Colors of #8C84C7
Black with #8C84C7
Text Example
Text Example
White with #8C84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84C7; }
p { color: rgb(140,132,199); }
H1.HeaderClassName
{
color: #8C84C7;
}
.AnyTagClassName
{
color: #8C84C7;
}
</style>
background-color css
<style>
a { background-color: #8C84C7; }
a { background-color: rgb(140,132,199); }
div.DivClassName
{
background-color: #8C84C7;
}
.BgClassName
{
background-color: #8C84C7;
}
</style>
border-color css
<style>
span { border-color: #8C84C7; }
span { border-color: rgb(140,132,199); }
td.TdClassName
{
border-color: #8C84C7;
}
.TagClassName
{
border-color: #8C84C7;
}
</style>