Shades of Moody Blue #8C7ECF
Tints of Moody Blue #8C7ECF
RGB
CMYK
RGB Variations
Color information
#8C7ECF (or 0x8C7ECF) is known color: Moody Blue. HEX triplet: 8C, 7E and CF. RGB value is (140,126,207). Sum of RGB (Red+Green+Blue) = 140+126+207=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ECF is #738130. Grayscale: #8B8B8B. Windows color (decimal): -7569713 or 13598348. OLE color: 13598348.
HSL color Cylindrical-coordinate representation of color #8C7ECF: hue angle of 250.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7ECF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 126 | 207 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.19 |
| HSL | 250.37º | 0.46% | 0.65% | - |
| HSV(B) | 250.37º | 0.39% | 0.81% | - |
| XYZ | 29.54 | 25 | 62.3 | - |
| YUV | 139.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 207 | 0.32 | 0.39 | 0 | 0.19 | 250.37 | 0.46 | 0.65 |
| Hex | 8C | 7E | CF | 20 | 27 | 0 | 13 | FA | 2E | 41 |
| Octal | 214 | 176 | 317 | 40 | 47 | 0 | 23 | 372 | 56 | 101 |
| Binary | 10001100 | 1111110 | 11001111 | 100000 | 100111 | 0 | 10011 | 11111010 | 101110 | 1000001 |
Color Harmonies of #8C7ECF
Complementary color
Monochromatic Colors of #8C7ECF
Black with #8C7ECF
Text Example
Text Example
White with #8C7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ECF; }
p { color: rgb(140,126,207); }
H1.HeaderClassName
{
color: #8C7ECF;
}
.AnyTagClassName
{
color: #8C7ECF;
}
</style>
background-color css
<style>
a { background-color: #8C7ECF; }
a { background-color: rgb(140,126,207); }
div.DivClassName
{
background-color: #8C7ECF;
}
.BgClassName
{
background-color: #8C7ECF;
}
</style>
border-color css
<style>
span { border-color: #8C7ECF; }
span { border-color: rgb(140,126,207); }
td.TdClassName
{
border-color: #8C7ECF;
}
.TagClassName
{
border-color: #8C7ECF;
}
</style>