Shades of Moody Blue #8C7CCD
Tints of Moody Blue #8C7CCD
RGB
CMYK
RGB Variations
Color information
#8C7CCD (or 0x8C7CCD) is known color: Moody Blue. HEX triplet: 8C, 7C and CD. RGB value is (140,124,205). Sum of RGB (Red+Green+Blue) = 140+124+205=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CCD is #738332. Grayscale: #898989. Windows color (decimal): -7570227 or 13466764. OLE color: 13466764.
HSL color Cylindrical-coordinate representation of color #8C7CCD: hue angle of 251.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7CCD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 124 | 205 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.20 |
| HSL | 251.85º | 0.45% | 0.65% | - |
| HSV(B) | 251.85º | 0.4% | 0.8% | - |
| XYZ | 29.04 | 24.4 | 60.94 | - |
| YUV | 138.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 205 | 0.32 | 0.40 | 0 | 0.20 | 251.85 | 0.45 | 0.65 |
| Hex | 8C | 7C | CD | 20 | 28 | 0 | 14 | FC | 2D | 41 |
| Octal | 214 | 174 | 315 | 40 | 50 | 0 | 24 | 374 | 55 | 101 |
| Binary | 10001100 | 1111100 | 11001101 | 100000 | 101000 | 0 | 10100 | 11111100 | 101101 | 1000001 |
Color Harmonies of #8C7CCD
Complementary color
Monochromatic Colors of #8C7CCD
Black with #8C7CCD
Text Example
Text Example
White with #8C7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CCD; }
p { color: rgb(140,124,205); }
H1.HeaderClassName
{
color: #8C7CCD;
}
.AnyTagClassName
{
color: #8C7CCD;
}
</style>
background-color css
<style>
a { background-color: #8C7CCD; }
a { background-color: rgb(140,124,205); }
div.DivClassName
{
background-color: #8C7CCD;
}
.BgClassName
{
background-color: #8C7CCD;
}
</style>
border-color css
<style>
span { border-color: #8C7CCD; }
span { border-color: rgb(140,124,205); }
td.TdClassName
{
border-color: #8C7CCD;
}
.TagClassName
{
border-color: #8C7CCD;
}
</style>