Shades of Moody Blue #8C7EBC
Tints of Moody Blue #8C7EBC
RGB
CMYK
RGB Variations
Color information
#8C7EBC (or 0x8C7EBC) is known color: Moody Blue. HEX triplet: 8C, 7E and BC. RGB value is (140,126,188). Sum of RGB (Red+Green+Blue) = 140+126+188=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C7EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EBC is #738143. Grayscale: #898989. Windows color (decimal): -7569732 or 12353164. OLE color: 12353164.
HSL color Cylindrical-coordinate representation of color #8C7EBC: hue angle of 253.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C7EBC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 126 | 188 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.26 |
| HSL | 253.55º | 0.32% | 0.62% | - |
| HSV(B) | 253.55º | 0.33% | 0.74% | - |
| XYZ | 27.35 | 24.13 | 50.79 | - |
| YUV | 137.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 188 | 0.26 | 0.33 | 0 | 0.26 | 253.55 | 0.32 | 0.62 |
| Hex | 8C | 7E | BC | 1A | 21 | 0 | 1A | FE | 20 | 3E |
| Octal | 214 | 176 | 274 | 32 | 41 | 0 | 32 | 376 | 40 | 76 |
| Binary | 10001100 | 1111110 | 10111100 | 11010 | 100001 | 0 | 11010 | 11111110 | 100000 | 111110 |
Color Harmonies of #8C7EBC
Complementary color
Monochromatic Colors of #8C7EBC
Black with #8C7EBC
Text Example
Text Example
White with #8C7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EBC; }
p { color: rgb(140,126,188); }
H1.HeaderClassName
{
color: #8C7EBC;
}
.AnyTagClassName
{
color: #8C7EBC;
}
</style>
background-color css
<style>
a { background-color: #8C7EBC; }
a { background-color: rgb(140,126,188); }
div.DivClassName
{
background-color: #8C7EBC;
}
.BgClassName
{
background-color: #8C7EBC;
}
</style>
border-color css
<style>
span { border-color: #8C7EBC; }
span { border-color: rgb(140,126,188); }
td.TdClassName
{
border-color: #8C7EBC;
}
.TagClassName
{
border-color: #8C7EBC;
}
</style>