Shades of Moody Blue #8C7CCF
Tints of Moody Blue #8C7CCF
RGB
CMYK
RGB Variations
Color information
#8C7CCF (or 0x8C7CCF) is known color: Moody Blue. HEX triplet: 8C, 7C and CF. RGB value is (140,124,207). Sum of RGB (Red+Green+Blue) = 140+124+207=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CCF is #738330. Grayscale: #898989. Windows color (decimal): -7570225 or 13597836. OLE color: 13597836.
HSL color Cylindrical-coordinate representation of color #8C7CCF: hue angle of 251.57º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7CCF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 124 | 207 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.19 |
| HSL | 251.57º | 0.46% | 0.65% | - |
| HSV(B) | 251.57º | 0.4% | 0.81% | - |
| XYZ | 29.29 | 24.5 | 62.22 | - |
| YUV | 138.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 207 | 0.32 | 0.40 | 0 | 0.19 | 251.57 | 0.46 | 0.65 |
| Hex | 8C | 7C | CF | 20 | 28 | 0 | 13 | FC | 2E | 41 |
| Octal | 214 | 174 | 317 | 40 | 50 | 0 | 23 | 374 | 56 | 101 |
| Binary | 10001100 | 1111100 | 11001111 | 100000 | 101000 | 0 | 10011 | 11111100 | 101110 | 1000001 |
Color Harmonies of #8C7CCF
Complementary color
Monochromatic Colors of #8C7CCF
Black with #8C7CCF
Text Example
Text Example
White with #8C7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CCF; }
p { color: rgb(140,124,207); }
H1.HeaderClassName
{
color: #8C7CCF;
}
.AnyTagClassName
{
color: #8C7CCF;
}
</style>
background-color css
<style>
a { background-color: #8C7CCF; }
a { background-color: rgb(140,124,207); }
div.DivClassName
{
background-color: #8C7CCF;
}
.BgClassName
{
background-color: #8C7CCF;
}
</style>
border-color css
<style>
span { border-color: #8C7CCF; }
span { border-color: rgb(140,124,207); }
td.TdClassName
{
border-color: #8C7CCF;
}
.TagClassName
{
border-color: #8C7CCF;
}
</style>