Shades of Moody Blue #8C7DCF
Tints of Moody Blue #8C7DCF
RGB
CMYK
RGB Variations
Color information
#8C7DCF (or 0x8C7DCF) is known color: Moody Blue. HEX triplet: 8C, 7D and CF. RGB value is (140,125,207). Sum of RGB (Red+Green+Blue) = 140+125+207=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DCF is #738230. Grayscale: #8A8A8A. Windows color (decimal): -7569969 or 13598092. OLE color: 13598092.
HSL color Cylindrical-coordinate representation of color #8C7DCF: hue angle of 250.98º 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 #8C7DCF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 125 | 207 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.19 |
| HSL | 250.98º | 0.46% | 0.65% | - |
| HSV(B) | 250.98º | 0.4% | 0.81% | - |
| XYZ | 29.41 | 24.75 | 62.26 | - |
| YUV | 138.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 207 | 0.32 | 0.40 | 0 | 0.19 | 250.98 | 0.46 | 0.65 |
| Hex | 8C | 7D | CF | 20 | 28 | 0 | 13 | FB | 2E | 41 |
| Octal | 214 | 175 | 317 | 40 | 50 | 0 | 23 | 373 | 56 | 101 |
| Binary | 10001100 | 1111101 | 11001111 | 100000 | 101000 | 0 | 10011 | 11111011 | 101110 | 1000001 |
Color Harmonies of #8C7DCF
Complementary color
Monochromatic Colors of #8C7DCF
Black with #8C7DCF
Text Example
Text Example
White with #8C7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DCF; }
p { color: rgb(140,125,207); }
H1.HeaderClassName
{
color: #8C7DCF;
}
.AnyTagClassName
{
color: #8C7DCF;
}
</style>
background-color css
<style>
a { background-color: #8C7DCF; }
a { background-color: rgb(140,125,207); }
div.DivClassName
{
background-color: #8C7DCF;
}
.BgClassName
{
background-color: #8C7DCF;
}
</style>
border-color css
<style>
span { border-color: #8C7DCF; }
span { border-color: rgb(140,125,207); }
td.TdClassName
{
border-color: #8C7DCF;
}
.TagClassName
{
border-color: #8C7DCF;
}
</style>