Shades of Moody Blue #8C7CC8
Tints of Moody Blue #8C7CC8
RGB
CMYK
RGB Variations
Color information
#8C7CC8 (or 0x8C7CC8) is known color: Moody Blue. HEX triplet: 8C, 7C and C8. RGB value is (140,124,200). Sum of RGB (Red+Green+Blue) = 140+124+200=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C7CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CC8 is #738337. Grayscale: #898989. Windows color (decimal): -7570232 or 13139084. OLE color: 13139084.
HSL color Cylindrical-coordinate representation of color #8C7CC8: hue angle of 252.63º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C7CC8 is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 124 | 200 | - |
| CMYK | 0.3 | 0.38 | 0 | 0.22 |
| HSL | 252.63º | 0.41% | 0.64% | - |
| HSV(B) | 252.63º | 0.38% | 0.78% | - |
| XYZ | 28.45 | 24.16 | 57.81 | - |
| YUV | 137.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 200 | 0.3 | 0.38 | 0 | 0.22 | 252.63 | 0.41 | 0.64 |
| Hex | 8C | 7C | C8 | 1E | 26 | 0 | 16 | FD | 29 | 40 |
| Octal | 214 | 174 | 310 | 36 | 46 | 0 | 26 | 375 | 51 | 100 |
| Binary | 10001100 | 1111100 | 11001000 | 11110 | 100110 | 0 | 10110 | 11111101 | 101001 | 1000000 |
Color Harmonies of #8C7CC8
Complementary color
Monochromatic Colors of #8C7CC8
Black with #8C7CC8
Text Example
Text Example
White with #8C7CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CC8; }
p { color: rgb(140,124,200); }
H1.HeaderClassName
{
color: #8C7CC8;
}
.AnyTagClassName
{
color: #8C7CC8;
}
</style>
background-color css
<style>
a { background-color: #8C7CC8; }
a { background-color: rgb(140,124,200); }
div.DivClassName
{
background-color: #8C7CC8;
}
.BgClassName
{
background-color: #8C7CC8;
}
</style>
border-color css
<style>
span { border-color: #8C7CC8; }
span { border-color: rgb(140,124,200); }
td.TdClassName
{
border-color: #8C7CC8;
}
.TagClassName
{
border-color: #8C7CC8;
}
</style>