Shades of Moody Blue #8C7FD4
Tints of Moody Blue #8C7FD4
RGB
CMYK
RGB Variations
Color information
#8C7FD4 (or 0x8C7FD4) is known color: Moody Blue. HEX triplet: 8C, 7F and D4. RGB value is (140,127,212). Sum of RGB (Red+Green+Blue) = 140+127+212=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #8C7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FD4 is #73802B. Grayscale: #8C8C8C. Windows color (decimal): -7569452 or 13926284. OLE color: 13926284.
HSL color Cylindrical-coordinate representation of color #8C7FD4: hue angle of 249.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7FD4 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 127 | 212 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.17 |
| HSL | 249.18º | 0.5% | 0.66% | - |
| HSV(B) | 249.18º | 0.4% | 0.83% | - |
| XYZ | 30.29 | 25.51 | 65.61 | - |
| YUV | 140.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 212 | 0.34 | 0.40 | 0 | 0.17 | 249.18 | 0.5 | 0.66 |
| Hex | 8C | 7F | D4 | 22 | 28 | 0 | 11 | F9 | 32 | 42 |
| Octal | 214 | 177 | 324 | 42 | 50 | 0 | 21 | 371 | 62 | 102 |
| Binary | 10001100 | 1111111 | 11010100 | 100010 | 101000 | 0 | 10001 | 11111001 | 110010 | 1000010 |
Color Harmonies of #8C7FD4
Complementary color
Monochromatic Colors of #8C7FD4
Black with #8C7FD4
Text Example
Text Example
White with #8C7FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FD4; }
p { color: rgb(140,127,212); }
H1.HeaderClassName
{
color: #8C7FD4;
}
.AnyTagClassName
{
color: #8C7FD4;
}
</style>
background-color css
<style>
a { background-color: #8C7FD4; }
a { background-color: rgb(140,127,212); }
div.DivClassName
{
background-color: #8C7FD4;
}
.BgClassName
{
background-color: #8C7FD4;
}
</style>
border-color css
<style>
span { border-color: #8C7FD4; }
span { border-color: rgb(140,127,212); }
td.TdClassName
{
border-color: #8C7FD4;
}
.TagClassName
{
border-color: #8C7FD4;
}
</style>