Shades of Moody Blue #8C7ED4
Tints of Moody Blue #8C7ED4
RGB
CMYK
RGB Variations
Color information
#8C7ED4 (or 0x8C7ED4) is known color: Moody Blue. HEX triplet: 8C, 7E and D4. RGB value is (140,126,212). Sum of RGB (Red+Green+Blue) = 140+126+212=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #8C7ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ED4 is #73812B. Grayscale: #8B8B8B. Windows color (decimal): -7569708 or 13926028. OLE color: 13926028.
HSL color Cylindrical-coordinate representation of color #8C7ED4: hue angle of 249.77º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7ED4 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 126 | 212 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.17 |
| HSL | 249.77º | 0.5% | 0.66% | - |
| HSV(B) | 249.77º | 0.41% | 0.83% | - |
| XYZ | 30.16 | 25.25 | 65.57 | - |
| YUV | 139.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 212 | 0.34 | 0.41 | 0 | 0.17 | 249.77 | 0.5 | 0.66 |
| Hex | 8C | 7E | D4 | 22 | 29 | 0 | 11 | FA | 32 | 42 |
| Octal | 214 | 176 | 324 | 42 | 51 | 0 | 21 | 372 | 62 | 102 |
| Binary | 10001100 | 1111110 | 11010100 | 100010 | 101001 | 0 | 10001 | 11111010 | 110010 | 1000010 |
Color Harmonies of #8C7ED4
Complementary color
Monochromatic Colors of #8C7ED4
Black with #8C7ED4
Text Example
Text Example
White with #8C7ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ED4; }
p { color: rgb(140,126,212); }
H1.HeaderClassName
{
color: #8C7ED4;
}
.AnyTagClassName
{
color: #8C7ED4;
}
</style>
background-color css
<style>
a { background-color: #8C7ED4; }
a { background-color: rgb(140,126,212); }
div.DivClassName
{
background-color: #8C7ED4;
}
.BgClassName
{
background-color: #8C7ED4;
}
</style>
border-color css
<style>
span { border-color: #8C7ED4; }
span { border-color: rgb(140,126,212); }
td.TdClassName
{
border-color: #8C7ED4;
}
.TagClassName
{
border-color: #8C7ED4;
}
</style>