Shades of Moody Blue #8C7EC7
Tints of Moody Blue #8C7EC7
RGB
CMYK
RGB Variations
Color information
#8C7EC7 (or 0x8C7EC7) is known color: Moody Blue. HEX triplet: 8C, 7E and C7. RGB value is (140,126,199). Sum of RGB (Red+Green+Blue) = 140+126+199=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C7EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EC7 is #738138. Grayscale: #8A8A8A. Windows color (decimal): -7569721 or 13074060. OLE color: 13074060.
HSL color Cylindrical-coordinate representation of color #8C7EC7: hue angle of 251.51º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C7EC7 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 126 | 199 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.22 |
| HSL | 251.51º | 0.39% | 0.64% | - |
| HSV(B) | 251.51º | 0.37% | 0.78% | - |
| XYZ | 28.58 | 24.62 | 57.28 | - |
| YUV | 138.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 199 | 0.30 | 0.37 | 0 | 0.22 | 251.51 | 0.39 | 0.64 |
| Hex | 8C | 7E | C7 | 1E | 25 | 0 | 16 | FC | 27 | 40 |
| Octal | 214 | 176 | 307 | 36 | 45 | 0 | 26 | 374 | 47 | 100 |
| Binary | 10001100 | 1111110 | 11000111 | 11110 | 100101 | 0 | 10110 | 11111100 | 100111 | 1000000 |
Color Harmonies of #8C7EC7
Complementary color
Monochromatic Colors of #8C7EC7
Black with #8C7EC7
Text Example
Text Example
White with #8C7EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EC7; }
p { color: rgb(140,126,199); }
H1.HeaderClassName
{
color: #8C7EC7;
}
.AnyTagClassName
{
color: #8C7EC7;
}
</style>
background-color css
<style>
a { background-color: #8C7EC7; }
a { background-color: rgb(140,126,199); }
div.DivClassName
{
background-color: #8C7EC7;
}
.BgClassName
{
background-color: #8C7EC7;
}
</style>
border-color css
<style>
span { border-color: #8C7EC7; }
span { border-color: rgb(140,126,199); }
td.TdClassName
{
border-color: #8C7EC7;
}
.TagClassName
{
border-color: #8C7EC7;
}
</style>